Complete help printout.

This commit is contained in:
agibert 2009-03-24 09:44:37 +00:00
parent 673a21acdb
commit c28184b267

19
nds2rm
View File

@ -5,9 +5,9 @@
# (C) 2009 Arnaud G. Gibert # (C) 2009 Arnaud G. Gibert
#----------------------------------------------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------------------------------------------
# $RCSfile: nds2rm,v $ # $RCSfile: nds2rm,v $
# $Revision: 1.4 $ # $Revision: 1.5 $
# $Name: $ # $Name: $
# $Date: 2009/03/23 19:55:57 $ # $Date: 2009/03/24 09:44:37 $
# $Author: agibert $ # $Author: agibert $
#----------------------------------------------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------------------------------------------
@ -31,7 +31,7 @@
NDS_REPOSITORY_IN=/opt/public/nds #NDS_REPOSITORY_IN=/opt/public/nds
#NDS_REPOSITORY_IN=/opt/public/nds.new #NDS_REPOSITORY_IN=/opt/public/nds.new
#NDS_REPOSITORY_IN=/opt/public/nds.new/nds.old #NDS_REPOSITORY_IN=/opt/public/nds.new/nds.old
#NDS_REPOSITORY_IN=/opt/public/nds.new/nds.new #NDS_REPOSITORY_IN=/opt/public/nds.new/nds.new
@ -68,7 +68,18 @@ function version_print()
function help_print() function help_print()
{ {
echo "" echo "-C|--correct: output repository will be corrected"
echo "-T|--test: input repository will be tested (default)"
echo "-D|--dsrom: dsrom.lst will be dumped"
echo "-h|--help: print this help and exit"
echo "-V|--version: print the version and exit"
echo "-r|--rebuild: don't trust archive file name (test & correct mode), "
echo " rebuild archives (correct mode)"
echo "-n|--renum: try to renumber archives,"
echo " --list_ok:"
echo " --list_ko:"
echo " --list_miss:"
echo "-v|--verbose: switch on verbosity"
} }