Skip to content

Commit

Permalink
add '--version' to help text (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Machyne authored and kibertoad committed Jan 5, 2020
1 parent 3c09b6f commit a5b97ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/forever/cli.js
Expand Up @@ -73,6 +73,7 @@ var help = [
' -t, --killTree Kills the entire child process tree on `stop`',
' --killSignal Support exit signal customization (default is SIGKILL)',
' used for restarting script gracefully e.g. --killSignal=SIGTERM',
' --version Print the current version',
' -h, --help You\'re staring at it',
'',
'[Long Running Process]',
Expand Down

0 comments on commit a5b97ae

Please sign in to comment.