diff options
author | Luke Bakken <[email protected]> | 2014-12-24 12:16:20 -0800 |
---|---|---|
committer | Luke Bakken <[email protected]> | 2014-12-24 12:16:20 -0800 |
commit | 95a3ec0ea6e2defd720295c4f71c2d0313d00656 (patch) | |
tree | c8adb0aaf3734d41c6ed135259b31cb4456ff2a8 /priv | |
parent | 2e150d42e702fecd3b59eb97a708a53754db377b (diff) | |
download | relx-95a3ec0ea6e2defd720295c4f71c2d0313d00656.tar.gz relx-95a3ec0ea6e2defd720295c4f71c2d0313d00656.tar.bz2 relx-95a3ec0ea6e2defd720295c4f71c2d0313d00656.zip |
Add `pid` to usage
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/extended_bin.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin.dtl b/priv/templates/extended_bin.dtl index 85030ac..8429a5e 100644 --- a/priv/templates/extended_bin.dtl +++ b/priv/templates/extended_bin.dtl @@ -368,7 +368,7 @@ case "$1" in exec "$@" -- ${1+$ARGS} ;; *) - echo "Usage: $REL_NAME {start|start_boot <file>|foreground|stop|restart|reboot|ping|console|console_clean|console_boot <file>|attach|remote_console|upgrade|escript}" + echo "Usage: $REL_NAME {start|start_boot <file>|foreground|stop|restart|reboot|pid|ping|console|console_clean|console_boot <file>|attach|remote_console|upgrade|escript}" exit 1 ;; esac |