summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $*"
}
#