Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
match clojure.jar's help message wrt. reading from stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jun 1, 2017
1 parent fee7301 commit 574f4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/__tests__/__snapshots__/cli-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Usage: lumo [init-opt*] [main-opt] [arg*]
control
-s, --static-fns Generate static dispatch function calls
-n x, --socket-repl x Enable a socket REPL where x is port or IP:port
- Run a script from standard input
main options:
-m ns-name, --main=ns-name Call the -main function from a namespace
with args
-r, --repl Run a repl
path Run a script from a file or resource
- Run a script from standard input
-h, -?, --help Print this help message and exit
-l, --legal Show legal info (licenses and copyrights)
Expand Down
2 changes: 1 addition & 1 deletion src/js/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ Usage: lumo [init-opt*] [main-opt] [arg*]
control
-s, --static-fns Generate static dispatch function calls
-n x, --socket-repl x Enable a socket REPL where x is port or IP:port
- Run a script from standard input
main options:
-m ns-name, --main=ns-name Call the -main function from a namespace
with args
-r, --repl Run a repl
path Run a script from a file or resource
- Run a script from standard input
-h, -?, --help Print this help message and exit
-l, --legal Show legal info (licenses and copyrights)
Expand Down

0 comments on commit 574f4b2

Please sign in to comment.