kadischi/livecd_generator kadischi.py,1.2,1.3

Darko Ilic (darko) fedora-extras-commits at redhat.com
Tue Aug 30 14:52:02 UTC 2005


Author: darko

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4305/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
minor changes in help message


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kadischi.py	28 Aug 2005 10:20:17 -0000	1.2
+++ kadischi.py	30 Aug 2005 14:52:00 -0000	1.3
@@ -32,7 +32,7 @@
 
 # process command line options
 
-usage = 'usage: %prog [options] <path-to-the-repository> <destination-iso-image-file>\n\npath-to-the-repository can be a path on the local file system (without any prefixes)\nbut can also be a path to a http, ftp or some other type of repository.\nFor details, consult the documentation at http://fedoraproject.org/wiki/KadischiDoc'
+usage = 'usage: %prog [options] <path-to-the-repository> <destination-iso-image-file>\n\npath-to-the-repository can be a path on the local file system (without any prefixes) but can also be a path to a http, ftp or some other type of repository. For details, consult the documentation at http://fedoraproject.org/wiki/KadischiDoc'
 version = '%prog ' + version
 parser = optparse.OptionParser (usage=usage, version=version)
 




More information about the scm-commits mailing list