From: James Troup Date: Fri, 14 Mar 2003 19:04:07 +0000 (+0000) Subject: Adapt usage for new comma seperated arguments X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1db67cb8543a44274eb3b4f2ada15a25a73641;p=dak Adapt usage for new comma seperated arguments --- diff --git a/madison b/madison index d2879795..93eaa922 100755 --- a/madison +++ b/madison @@ -2,7 +2,7 @@ # Display information about package(s) (suite, version, etc.) # Copyright (C) 2000, 2001, 2002, 2003 James Troup -# $Id: madison,v 1.26 2003-03-05 15:58:04 troup Exp $ +# $Id: madison,v 1.27 2003-03-14 19:04:07 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 @@ -48,8 +48,8 @@ Display information about PACKAGE(s). -s, --suite=SUITE only show info for this suite -S, --source-and-binary show info for the binary children of source pkgs -Both ARCH and SUITE can be space seperated lists, e.g. - --architecture=\"m68k i386\"""" +Both ARCH and SUITE can be comma (or space) seperated lists, e.g. + --architecture=m68k,i386""" sys.exit(exit_code) ################################################################################