diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2015-04-22 00:57:21 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2015-04-22 00:57:21 +0200 |
commit | cb18c6af5f53cba503fb9704ce656596ae3db075 (patch) | |
tree | cca8f12e5c90bfc0c275bdbf03e4328158f348a4 /bin/coderay | |
parent | e5624a07e95cc7a3c704a4d08cddea582adc7f31 (diff) | |
download | coderay-cb18c6af5f53cba503fb9704ce656596ae3db075.tar.gz |
don't lie in --help output; thanks @Quintus
Diffstat (limited to 'bin/coderay')
-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: |