From 51f5a7ee87bc156eabe4793e79d0a295996c99ac Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 19 Oct 2006 17:20:28 +0000 Subject: Fixed coderay binary. --- bin/coderay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/coderay') 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 - [-] < file > output coderay file [-] @@ -72,6 +72,6 @@ rescue => boom err "Error: #{boom.message}\n" err boom.backtrace err '-' * 50 - err ARGV.options + err ARGV exit 1 end -- cgit v1.2.1