[Libreoffice-commits] .: Branch 'libreoffice-4-0' - postprocess/signing

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 7 00:49:07 PST 2012


 postprocess/signing/signing.pl |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 4febcd3728612e811a8f525c50a298214cc1dedd
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Dec 7 09:47:55 2012 +0100

    Make the usage notice correspond to reality
    
    Change-Id: I4142af0181629c627e1137ce406249040f28e51f
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl
index 6f8b26a..b937f0e 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


More information about the Libreoffice-commits mailing list