summaryrefslogtreecommitdiffstats
path: root/bin/guards.in
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2015-03-27 17:21:43 +0100
committerJean Delvare <jdelvare@suse.de>2015-04-24 16:40:28 +0200
commit0407a5f965a7c4e12f4e002d141e959f3ffdeb58 (patch)
tree5b133fb20010f19e6be642fd305d525702865c62 /bin/guards.in
parentda8a187456413e268ff20e0b3aaf04385b0b7da6 (diff)
downloadquilt-0407a5f965a7c4e12f4e002d141e959f3ffdeb58.tar.gz
guards: Simplify help text
Diffstat (limited to 'bin/guards.in')
-rw-r--r--bin/guards.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/guards.in b/bin/guards.in
index e700bec..7a18c41 100644
--- a/bin/guards.in
+++ b/bin/guards.in
@@ -100,8 +100,7 @@ sub help() {
print "SYNOPSIS: $0 [--prefix=dir] [--path=dir1:dir2:...]\n" .
" [--default=0|1] [--check|--list] [--invert-match]\n" .
" [--with-guards] [--config=file] symbol ...\n\n" .
- " (Default values: --path='" . join(':', @path) . "', " .
- "--default=$default)\n";
+ " Defaults: --default=$default\n";
exit 0;
}