summaryrefslogtreecommitdiff
path: root/bin/stow.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stow.in')
-rwxr-xr-xbin/stow.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stow.in b/bin/stow.in
index 98b576e..adff6de 100755
--- a/bin/stow.in
+++ b/bin/stow.in
@@ -539,7 +539,7 @@ sub process_options {
push @pkgs_to_stow, $_[0];
}
},
- ) or usage();
+ ) or usage('');
usage() if $options{help};
version() if $options{version};