diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 15:42:37 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 15:42:37 +0100 |
commit | 12a467ca21faad604655d5f2e7b87b42d7a30b4a (patch) | |
tree | f4780478e2493a31ad0050602a41df11a0a67492 /bin/coderay | |
parent | 76ef0f0b928f49b70710a541a11c99956b86e0c3 (diff) | |
parent | 0a1f500d524ff0fb5eeafef051ccbb641954a87a (diff) | |
download | coderay-autoload.tar.gz |
Merge branch 'master' into autoloadautoload
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: |