Skip to content

Commit

Permalink
fix unbalanced paren in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaribeau committed Feb 18, 2014
1 parent fa154cf commit 01461ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/exec.clj
Expand Up @@ -94,7 +94,7 @@ When only option `-p` is specified, it evaluates STDIN in project context.
Examples:
cat foo.clj | lein exec
lein exec -e '(println \"foo\" (+ 20 30)'
lein exec -e '(println \"foo\" (+ 20 30))'
lein exec -ep \"(use 'foo.bar) (pprint (map baz (range 200)))\"
lein exec -p script/run-server.clj -p 8088
lein exec ~/common/delete-logs.clj
Expand Down

0 comments on commit 01461ad

Please sign in to comment.