summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-11 20:33:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-11 20:33:42 +0200
commit238937a0d8e0c156fe0d5df0c6b32b8429f13488 (patch)
treeecc9606f9b1564b41f18a132e998346e303c337f
parentbd2467aaa6d2bb0eb7d64075f412a8a26d9cfd80 (diff)
Add "-v" switch in usage string
-rw-r--r--nix-utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-utils.sh b/nix-utils.sh
index 382763f..885e472 100644
--- a/nix-utils.sh
+++ b/nix-utils.sh
@@ -40,7 +40,7 @@ scriptname_to_command() {
#
help_synopsis() {
SCRIPT=$(scriptname_to_command $1); shift
- echo "usage: nix-script $SCRIPT $*"
+ echo "usage: nix-script [-v] $SCRIPT $*"
}
#