X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fgenerate_filelist.py;h=43a76054fefe2a3d21543e5b41a1a13251093ed0;hb=fc35ff4d09d4c622b21dabdc10afbb09c78d1d02;hp=d0a64596eff5579ec51b42db2a357af0b2dbaf79;hpb=0e36105cb1646b5e5af792582861e96c1151cacb;p=dak.git 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"""