From 7bce3f50a494bec6c023a9156175f463ba11d9c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Apr 2008 03:57:43 -0400 Subject: don't pass --no-act on Since --no-act prevents any commands actually being run, there's no point in including it in the options. This cleans up the display slightly. --- dh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dh b/dh index 0af69116..cf6d1d2d 100755 --- a/dh +++ b/dh @@ -284,7 +284,7 @@ while (@ARGV_orig) { shift @ARGV_orig; next; } - elsif ($opt =~ /^--?(remaining|(after|until|before)=)/) { + elsif ($opt =~ /^--?(no-act|remaining|(after|until|before)=)/) { next; } push @options, $opt; -- cgit v1.2.3