Skip to content

Commit

Permalink
Merge pull request #4639 from warpdesign/patch-2
Browse files Browse the repository at this point in the history
Fix --cwd CLI option description
  • Loading branch information
Unitech committed Apr 12, 2020
2 parents 8b0417b + b06a2b2 commit e3449be
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 e3449be

Please sign in to comment.