X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=madison;h=93eaa922b609c88fb6c61d2408dc1d4a13b6b179;hb=7f7fd010ed3038e7ad4cd5dd80610a9034044f8c;hp=d2879795b400713e597bf41740e4f17f2749d3c8;hpb=3e4d6edf1d0e697cae141be043054d1109364fec;p=dak.git 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) ################################################################################