From: Torsten Werner Date: Thu, 31 Dec 2009 14:24:51 +0000 (+0100) Subject: generate-filelist: improve formatting of help X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fc35ff4d09d4c622b21dabdc10afbb09c78d1d02;p=dak.git generate-filelist: improve formatting of help Signed-off-by: Torsten Werner --- diff --git a/dak/generate_filelist.py b/dak/generate_filelist.py index d0a64596..43a76054 100755 --- a/dak/generate_filelist.py +++ b/dak/generate_filelist.py @@ -85,10 +85,10 @@ def usage(): print """Usage: dak generate_filelist [OPTIONS] Create filename lists for apt-ftparchive. - -s, --suite=SUITE act on this suite + -s, --suite=SUITE act on this suite -c, --component=COMPONENT act on this component - -a, --architecture=ARCH act on this architecture - -h, --help show this help and exit + -a, --architecture=ARCH act on this architecture + -h, --help show this help and exit ARCH, COMPONENT and SUITE can be comma (or space) separated list, e.g. --suite=testing,unstable"""