Package: dput
Version: 0.9.2.27
Severity: minor
Tags: patch
Hi,
Here's a really small fix for dput: the --help output misses the '[options]' in
the line that displays how to use it. I discovered that because I
wondered whether to put options before or after the hostname :) The man
page does list it correctly.
thanks,
Thijs
--- dput-0.9.2.27.orig/dput 2006-10-23 00:21:37.000000000 +0200
+++ dput-0.9.2.27/dput 2007-05-17 20:46:54.000000000 +0200
@@ -570,7 +570,7 @@
sys.exit(0)
# Help Message to print
-USAGE = """Usage: dput [host] <package(s).changes>
+USAGE = """Usage: dput [options] [host] <package(s).changes>
Supported options (see man page for long forms):
-c: Config file to parse.
-d: Activate debugging.