]> git.decadent.org.uk Git - dak.git/commitdiff
Adapt usage for new comma seperated arguments
authorJames Troup <james@nocrew.org>
Fri, 14 Mar 2003 19:04:07 +0000 (19:04 +0000)
committerJames Troup <james@nocrew.org>
Fri, 14 Mar 2003 19:04:07 +0000 (19:04 +0000)
madison

diff --git a/madison b/madison
index d2879795b400713e597bf41740e4f17f2749d3c8..93eaa922b609c88fb6c61d2408dc1d4a13b6b179 100755 (executable)
--- a/madison
+++ b/madison
@@ -2,7 +2,7 @@
 
 # Display information about package(s) (suite, version, etc.)
 # Copyright (C) 2000, 2001, 2002, 2003  James Troup <james@nocrew.org>
-# $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)
 
 ################################################################################