Tweaking -V output.
This commit is contained in:
parent
1a9786181a
commit
6afdfcc19b
2 changed files with 10 additions and 7 deletions
|
@ -122,10 +122,14 @@ ${DD_BORDER}
|
||||||
}
|
}
|
||||||
|
|
||||||
version="
|
version="
|
||||||
${BOLD}\"${PROGNAME}\"${OFF} script module (development) \$Date$
|
|
||||||
|
${BOLD} \"jhalfs-X\"${OFF} builder tool (development) \$Rev$
|
||||||
|
\$Date$
|
||||||
|
|
||||||
|
${BOLD} \"${PROGNAME}\"${OFF} script module
|
||||||
|
|
||||||
Written by Jeremy Huntwork,
|
Written by Jeremy Huntwork,
|
||||||
Manuel Caneles Esparcia,
|
Manuel Canales Esparcia,
|
||||||
George Boudreau
|
George Boudreau
|
||||||
|
|
||||||
This program is published under the ${BOLD}Gnu General Public License, Version 2.${OFF}
|
This program is published under the ${BOLD}Gnu General Public License, Version 2.${OFF}
|
||||||
|
|
|
@ -162,7 +162,6 @@ while test $# -gt 0 ; do
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--version | -V )
|
--version | -V )
|
||||||
clear
|
|
||||||
echo "$version"
|
echo "$version"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue