summaryrefslogtreecommitdiffstats
path: root/nix-script-show-generation.sh
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-12 20:03:14 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-12 20:03:14 +0200
commita29bcf131cf172d9d52f1e54b2de3c43fb6af587 (patch)
treee425b921bc7f9bc48cde7d19d2389661136ee8ee /nix-script-show-generation.sh
parentba04a4b03ffef129f85e24e28ca403f6086e4a92 (diff)
parent238937a0d8e0c156fe0d5df0c6b32b8429f13488 (diff)
Merge pull request #83 from matthiasbeyer/help-text-cleanup
Help text cleanup
Diffstat (limited to 'nix-script-show-generation.sh')
-rwxr-xr-xnix-script-show-generation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-script-show-generation.sh b/nix-script-show-generation.sh
index 60216c6..75bfda0 100755
--- a/nix-script-show-generation.sh
+++ b/nix-script-show-generation.sh
@@ -20,7 +20,7 @@ usage() {
# With verbosity on.
nix-script -v show-generations -s
-$(help_end)
+$(help_end "${BASH_SOURCE[0]}")
EOS
}