From c28184b2678630fa2759d082c1ce46f8028dcc5a Mon Sep 17 00:00:00 2001 From: agibert Date: Tue, 24 Mar 2009 09:44:37 +0000 Subject: [PATCH] Complete help printout. --- nds2rm | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/nds2rm b/nds2rm index a948f3b..713b57d 100644 --- a/nds2rm +++ b/nds2rm @@ -5,9 +5,9 @@ # (C) 2009 Arnaud G. Gibert #----------------------------------------------------------------------------------------------------------------------------------- # $RCSfile: nds2rm,v $ -# $Revision: 1.4 $ +# $Revision: 1.5 $ # $Name: $ -# $Date: 2009/03/23 19:55:57 $ +# $Date: 2009/03/24 09:44:37 $ # $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.old #NDS_REPOSITORY_IN=/opt/public/nds.new/nds.new @@ -68,7 +68,18 @@ function version_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" }