[SCM] Git repository for devscripts branch, master, updated. v2.11.7-4-ge269155

James McCoy jamessan at debian.org
Wed May 16 00:22:49 UTC 2012


The following commit has been merged in the master branch:
commit f2c6a550c739f3d8fc0138af115c66782a8daf3d
Author: James McCoy <jamessan at debian.org>
Date:   Tue May 15 18:33:23 2012 -0400

    dd-list: Recognize -h argument, as documented.
    
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 6008111..294768d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 devscripts (2.11.8) UNRELEASED; urgency=low
 
+  [ David Prévot ]
   * French translation update.
 
+  [ James McCoy ]
+  * dd-list:
+    + Recognize -h argument, as documented.
+
  -- David Prévot <taffit at debian.org>  Sun, 06 May 2012 23:26:05 -0400
 
 devscripts (2.11.7) unstable; urgency=low
diff --git a/scripts/dd-list.pl b/scripts/dd-list.pl
index 92666bd..e89e699 100755
--- a/scripts/dd-list.pl
+++ b/scripts/dd-list.pl
@@ -72,7 +72,7 @@ my $source_files=[];
 my $show_uploaders=1;
 my $print_binary=0;
 GetOptions(
-    "help" => sub { help(); exit },
+    "help|h" => sub { help(); exit },
     "stdin|i" => \$use_stdin,
     "dctrl|d" => \$use_dctrl,
     "sources|s:s@" => \$source_files,

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list