Skip to content

Commit

Permalink
Add pid to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Dec 24, 2014
1 parent 2e150d4 commit 95a3ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/extended_bin.dtl
Expand Up @@ -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
Expand Down

0 comments on commit 95a3ec0

Please sign in to comment.