diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-12-07 09:47:55 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-12-07 09:47:55 +0100 |
commit | a69efa6e2b1b207b78608861c1cb5d8aadda3150 (patch) | |
tree | d98ee25f5e503c5b682371c507a61daad2b16f75 /postprocess | |
parent | ebff822d9338eb8739922d5b18baef875ba8d966 (diff) |
Make the usage notice correspond to reality
Change-Id: I4142af0181629c627e1137ce406249040f28e51f
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/signing/signing.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index 6f8b26aee2cd..b937f0e634bb 100644 --- a/postprocess/signing/signing.pl +++ b/postprocess/signing/signing.pl @@ -236,15 +236,12 @@ sub print_error #09.07.2007 11:21 sub usage #09.07.2007 08:39 ############################################################################ { - print "Usage:\t $myname <-e filename> <-f filename> <-p password> <-t timestamp> [-l filename] [-v] <file[list]> \n"; + print "Usage:\t $myname [-e filename] [-f filename] [-p password] [-t timestamp] [-l filename] [-v] <file[list]> \n"; print "Options:\n"; print "\t -e filename\t\t\tFile which contains a list of files which don't have to be signed.\n"; - print "Mandatory.\n"; - print "\t -f pfx_filename\t\t\"Personal Information Exchange\" file. "; - print "Mandatory.\n"; - print "\t -p password\t\t\tPassword for \"Personal Information Exchange\" file. Mandatory.\n"; + print "\t -f pfx_filename\t\t\"Personal Information Exchange\" file.\n"; + print "\t -p password\t\t\tPassword for \"Personal Information Exchange\" file.\n"; print "\t -t timestamp\t\t\tTimestamp URL e.g. \"http://timestamp.verisign.com/scripts/timstamp.dll\"\n"; - print "\t\t\t\t\tMandatory.\n"; print "\t -l log_filename\t\tFile for logging.\n"; print "\t -v\t\t\t\tVerbose.\n"; } ##usage |