From b77044c2e1855ffb8eb1a696c12e5d2b40d014e4 Mon Sep 17 00:00:00 2001
From: James Troup <james@nocrew.org>
Date: Thu, 2 Jan 2003 18:11:20 +0000
Subject: [PATCH] Alphabetize options

---
 heidi   | 6 +++---
 madison | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

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 <james@nocrew.org>
-# $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)
 
diff --git a/madison b/madison
index 445e2968..1ce965d1 100755
--- a/madison
+++ b/madison
@@ -2,7 +2,7 @@
 
 # Display information about package(s) (suite, version, etc.)
 # Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
-# $Id: madison,v 1.22 2002-12-08 17:25:17 troup Exp $
+# $Id: madison,v 1.23 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
@@ -43,10 +43,10 @@ def usage (exit_code=0):
 Display information about PACKAGE(s).
 
   -a, --architecture=ARCH    only show info for this architecture
+  -h, --help                 show this help and exit
   -r, --regex                treat PACKAGE as a regex
   -s, --suite=SUITE          only show info for this suite
   -S, --source-and-binary    show info for the binary children of source pkgs
-  -h, --help                 show this help and exit
 
 Both ARCH and SUITE can be space seperated lists, e.g.
     --architecture=\"m68k i386\""""
-- 
2.39.5