Skip to content

Commit

Permalink
Update usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Oct 31, 2017
1 parent a1cbada commit ce77383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pi@rpi3$ cnc -h
$ cnc -vv
$ cnc --mount /pendant:/home/pi/tinyweb
$ cnc --mount /widget:~+/widget --mount /pendant:~/pendant
$ cnc --mount /widget:https://cncjs.github.io/cncjs-widget-boilerplate/
$ cnc --mount /widget:https://cncjs.github.io/cncjs-widget-boilerplate/v1/
$ cnc --watch-directory /home/pi/watch
$ cnc --access-token-lifetime 60d # e.g. 3600, 30m, 12h, 30d
$ cnc --allow-remote-access
Expand Down
2 changes: 1 addition & 1 deletion src/cnc.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ program.on('--help', () => {
console.log(' $ cnc -vv');
console.log(' $ cnc --mount /pendant:/home/pi/tinyweb');
console.log(' $ cnc --mount /widget:~+/widget --mount /pendant:~/pendant');
console.log(' $ cnc --mount /widget:https://cncjs.github.io/cncjs-widget-boilerplate/');
console.log(' $ cnc --mount /widget:https://cncjs.github.io/cncjs-widget-boilerplate/v1/');
console.log(' $ cnc --watch-directory /home/pi/watch');
console.log(' $ cnc --access-token-lifetime 60d # e.g. 3600, 30m, 12h, 30d');
console.log(' $ cnc --allow-remote-access');
Expand Down

0 comments on commit ce77383

Please sign in to comment.