X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=heidi;h=a0ffcf855a7e5813abe1fa5e0eb984600a9dcd1b;hb=8c2ad99c45c858e1cf6356cdfd9fe688b61e0701;hp=8b3579af7d1743b7857f137a83843223fd2dbacc;hpb=c846e77a848d60dd115f00faa0d9a854161d99eb;p=dak.git diff --git a/heidi b/heidi index 8b3579af..a0ffcf85 100755 --- a/heidi +++ b/heidi @@ -2,7 +2,7 @@ # Manipulate suite tags # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: heidi,v 1.15 2002-10-16 02:47:32 troup Exp $ +# $Id: heidi,v 1.16 2003-01-02 18:11:20 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -59,10 +59,10 @@ def usage (exit_code=0): Display or alter the contents of a suite using FILE(s), or stdin. -a, --add=SUITE add to SUITE + -h, --help show this help and exit -l, --list=SUITE list the contents of SUITE -r, --remove=SUITE remove from SUITE - -s, --set=SUITE set SUITE - -h, --help show this help and exit""" + -s, --set=SUITE set SUITE""" sys.exit(exit_code)