]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
Fix id-other-than usage message.
authorRob Browning <rlb@defaultvalue.org>
Tue, 22 Oct 2013 15:56:19 +0000 (10:56 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 22 Oct 2013 15:57:41 +0000 (10:57 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/id-other-than

index 25e7fbf5e90f17d5eaeffd95c172636d812842f6..7aef3ae0b8e14d694c59d1dd8c337f2c07d05259 100755 (executable)
@@ -5,7 +5,7 @@ import pwd
 import sys
 
 def usage():
-    print >> sys.stderr, "Usage: id-other-than ID [ID ...]"
+    print >> sys.stderr, "Usage: id-other-than <--user|--group> ID [ID ...]"
 
 if len(sys.argv) < 2:
     usage()