aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates
diff options
context:
space:
mode:
authorLuke Bakken <[email protected]>2014-12-24 12:16:20 -0800
committerLuke Bakken <[email protected]>2014-12-24 12:16:20 -0800
commit95a3ec0ea6e2defd720295c4f71c2d0313d00656 (patch)
treec8adb0aaf3734d41c6ed135259b31cb4456ff2a8 /priv/templates
parent2e150d42e702fecd3b59eb97a708a53754db377b (diff)
downloadrelx-95a3ec0ea6e2defd720295c4f71c2d0313d00656.tar.gz
relx-95a3ec0ea6e2defd720295c4f71c2d0313d00656.tar.bz2
relx-95a3ec0ea6e2defd720295c4f71c2d0313d00656.zip
Add `pid` to usage
Diffstat (limited to 'priv/templates')
-rw-r--r--priv/templates/extended_bin.dtl2
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