Tweaking -V output.

This commit is contained in:
Manuel Canales Esparcia 2006-03-28 18:07:54 +00:00
parent 1a9786181a
commit 6afdfcc19b
2 changed files with 10 additions and 7 deletions

View file

@ -122,10 +122,14 @@ ${DD_BORDER}
}
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,
Manuel Caneles Esparcia,
Manuel Canales Esparcia,
George Boudreau
This program is published under the ${BOLD}Gnu General Public License, Version 2.${OFF}

View file

@ -162,7 +162,6 @@ while test $# -gt 0 ; do
;;
--version | -V )
clear
echo "$version"
exit 0
;;