diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-04-08 19:15:19 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-04-08 19:15:19 +0200 |
commit | f11386d2dc9b91cd27f362b69d999bb2ece40d18 (patch) | |
tree | 80d6c16bc5ea02047ef188af98db7f892aecf18a /shutdown | |
parent | c480db8aecfb6d75d05868a1e484bfd3c68c6d54 (diff) | |
download | runit-void-f11386d2dc9b91cd27f362b69d999bb2ece40d18.tar.gz runit-void-f11386d2dc9b91cd27f362b69d999bb2ece40d18.tar.xz runit-void-f11386d2dc9b91cd27f362b69d999bb2ece40d18.zip |
shutdown: Don't hardcode name
Diffstat (limited to 'shutdown')
-rwxr-xr-x | shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown b/shutdown index a0bcb09..b456647 100755 --- a/shutdown +++ b/shutdown @@ -11,7 +11,7 @@ abort() { } usage() { - abort "Usage: shutdown [-fF] [-kchPr] time [warning message]" + abort "Usage: ${0##*/} [-fF] [-kchPr] time [warning message]" } action=single |