summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-24 03:57:43 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-24 03:57:43 -0400
commit7bce3f50a494bec6c023a9156175f463ba11d9c6 (patch)
tree9b1ffe0f358f82ca6bdba7053aef1fea9dedcbd9 /dh
parent7b7d79c7f68b3d16c4f57ae390a3d78e3feb33eb (diff)
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.
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
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;