Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 26, 2009
1 parent 8be9d84 commit 23cea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lyndon
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'lyndon/repl'


case ARGV.first case ARGV.first
when '-h', '--help' when '-h', '--help'
puts "Run it:" ," $ lyndon -e '(string to eval)'", " $ lyndon -p '(string to eval; result will puts)'", " $ lyndon file.js", "$ lyndon file.html", "$ lyndon" puts "Run it:" ," $ lyndon -e '(string to eval)'", " $ lyndon -p '(string to eval; result will puts)'", " $ lyndon file.js", " $ lyndon file.html", " $ lyndon"
when '-e' when '-e'
Lyndon.eval(ARGV.last) Lyndon.eval(ARGV.last)
when '-p' when '-p'
Expand Down

0 comments on commit 23cea8f

Please sign in to comment.