Skip to content

Commit

Permalink
Fix --cwd CLI option description
Browse files Browse the repository at this point in the history
'run target script as <username>' -> 'run target script from path <cwd>'
  • Loading branch information
warpdesign committed Mar 22, 2020
1 parent 6e9bb1e commit b06a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/binaries/CLI.js
Expand Up @@ -57,7 +57,7 @@ commander.version(pkg.version)
.option('--uid <uid>', 'run target script with <uid> rights')
.option('--gid <gid>', 'run target script with <gid> rights')
.option('--namespace <ns>', 'start application within specified namespace')
.option('--cwd <path>', 'run target script as <username>')
.option('--cwd <path>', 'run target script from path <cwd>')
.option('--hp <home path>', 'define home path when generating startup script')
.option('--wait-ip', 'override systemd script to wait for full internet connectivity to launch pm2')
.option('--service-name <name>', 'define service name when generating startup script')
Expand Down

0 comments on commit b06a2b2

Please sign in to comment.