summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}