summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-19 17:20:28 +0000
committermurphy <murphy@rubychan.de>2006-10-19 17:20:28 +0000
commit51f5a7ee87bc156eabe4793e79d0a295996c99ac (patch)
tree8e8b17e114ef472ec66f1c24b9bd918ab9b705bc /bin
parent0d3390b25b1281a892be6ed9f55828842438f6ec (diff)
downloadcoderay-51f5a7ee87bc156eabe4793e79d0a295996c99ac.tar.gz
Fixed coderay binary.
Diffstat (limited to 'bin')
-rw-r--r--bin/coderay4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/coderay b/bin/coderay
index 9c6b026..ec3d64b 100644
--- a/bin/coderay
+++ b/bin/coderay
@@ -13,7 +13,7 @@ begin
if ARGV.empty?
puts <<-USAGE
-CodeRay #{CodeRay::Version} (http://rd.cYcnus.de/coderay)
+CodeRay #{CodeRay::VERSION} (http://rd.cYcnus.de/coderay)
Usage:
coderay -<lang> [-<format>] < file > output
coderay file [-<format>]
@@ -72,6 +72,6 @@ rescue => boom
err "Error: #{boom.message}\n"
err boom.backtrace
err '-' * 50
- err ARGV.options
+ err ARGV
exit 1
end