summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2015-04-22 00:57:21 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2015-04-22 00:57:21 +0200
commitcb18c6af5f53cba503fb9704ce656596ae3db075 (patch)
treecca8f12e5c90bfc0c275bdbf03e4328158f348a4
parente5624a07e95cc7a3c704a4d08cddea582adc7f31 (diff)
downloadcoderay-cb18c6af5f53cba503fb9704ce656596ae3db075.tar.gz
don't lie in --help output; thanks @Quintus
-rwxr-xr-xbin/coderay2
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: