summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-31 20:10:07 +0000
committermurphy <murphy@rubychan.de>2010-03-31 20:10:07 +0000
commit7b8202cab68ab4cff7e6560295faf2a6d522f62e (patch)
tree0fceeb5d2e611a19fd13d1697bf32cbf5992fa60
parentdcf160f17b548de3360728376f1bf8efe2dfe09d (diff)
downloadcoderay-7b8202cab68ab4cff7e6560295faf2a6d522f62e.tar.gz
Updated coderay binary documentation.
-rw-r--r--bin/coderay3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/coderay b/bin/coderay
index c938ecf..24e662a 100644
--- a/bin/coderay
+++ b/bin/coderay
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# CodeRay Executable
#
-# Version: 0.1
+# Version: 0.2
# Author: murphy
def err msg
@@ -27,6 +27,7 @@ Usage:
coderay file [-<format>]
Example:
coderay -ruby -statistic < foo.rb
+ coderay -ruby < foo.rb # colorized output on terminal
coderay codegen.c # generates codegen.c.html
USAGE
end