extras-buildsys/utils certhelper.py,1.1,1.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Aug 8 19:12:05 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9916/utils

Modified Files:
	certhelper.py 
Log Message:
Remove obsolete args from usage text


Index: certhelper.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/certhelper.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- certhelper.py	8 Aug 2005 19:11:25 -0000	1.1
+++ certhelper.py	8 Aug 2005 19:12:03 -0000	1.2
@@ -23,8 +23,8 @@
 
 def print_usage(prog):
     print "\nUsage:\n"
-    print "  %s gen ca --outdir=<outdir> --name=<name>\n" % prog
-    print "  %s gen normal --outdir=<outdir> --name=<name> --cadir=<cadir> --ca_name=<ca-name>" % prog
+    print "  %s ca --outdir=<outdir> --name=<name>\n" % prog
+    print "  %s normal --outdir=<outdir> --name=<name> --cadir=<cadir> --ca_name=<ca-name>" % prog
     print ""
     print "        Types:"
     print "           ca       - Build system Certificate Authority key & certificate"




More information about the scm-commits mailing list