From fc35ff4d09d4c622b21dabdc10afbb09c78d1d02 Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Thu, 31 Dec 2009 15:24:51 +0100 Subject: [PATCH] generate-filelist: improve formatting of help Signed-off-by: Torsten Werner --- dak/generate_filelist.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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""" -- 2.39.2