Oops, wrong help output.

This commit is contained in:
Jesse Keating 2007-08-27 16:59:31 -04:00 committed by Jesse Keating
parent 5321a6e321
commit 0a029cbb14
1 changed files with 1 additions and 1 deletions

2
pungi
View File

@ -171,7 +171,7 @@ if __name__ == '__main__':
parser.add_option("--discs", default='1', dest="discs",
help='the number of discs you want to create (defaults to 1)')
parser.add_option("--nosource", action="store_true", dest="nosource",
help='the flavor of your distribution spin (optional)')
help='disable gathering of source packages (optional)')
parser.add_option("--sourceisos", default=False, action="store_true", dest="sourceisos",
help='Create the source isos (other arch runs must be done)')