From 0a029cbb14fd8da19048c5b16e5baf46f0bd46c7 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Aug 2007 16:59:31 -0400 Subject: [PATCH] Oops, wrong help output. --- pungi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi b/pungi index f6b44d83..546384c7 100755 --- a/pungi +++ b/pungi @@ -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)')