diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2015-12-24 15:40:37 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2015-12-24 15:40:37 +0100 |
commit | 463ffa1d43e12169c502bbf8455dc07f93ae45e4 (patch) | |
tree | f801973795f7dfe755ed31dc9e1fff790855b5c3 | |
parent | 235e01b4077a33ccc82e646d7f5992dd41b6646e (diff) | |
parent | cb18c6af5f53cba503fb9704ce656596ae3db075 (diff) | |
download | coderay-463ffa1d43e12169c502bbf8455dc07f93ae45e4.tar.gz |
Merge branch 'master' into dsl
-rwxr-xr-x | bin/coderay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/coderay b/bin/coderay index 889ae72..130a50b 100755 --- a/bin/coderay +++ b/bin/coderay @@ -35,7 +35,7 @@ defaults: common: coderay file.rb # highlight file to terminal - coderay file.rb > file.html # highlight file to HTML page + coderay file.rb -page > file.html # highlight file to HTML page coderay file.rb -div > file.html # highlight file to HTML snippet configure output: |