about summary refs log tree commit homepage
path: root/lib/mongrel/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mongrel/command.rb')
-rw-r--r--lib/mongrel/command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mongrel/command.rb b/lib/mongrel/command.rb
index d538010..2277063 100644
--- a/lib/mongrel/command.rb
+++ b/lib/mongrel/command.rb
@@ -48,11 +48,11 @@ module Mongrel
           puts @opt
         end
         
-        # I need to add my own -v definition to prevent the -h from exiting by default as well.
+        # I need to add my own -v definition to prevent the -v from exiting by default as well.
         @opt.on_tail("--version", "Show version") do
           @done_validating = true
           if VERSION
-            puts "Version #{MONGREL_VERSION}"
+            puts "Version #{Mongrel::Const::MONGREL_VERSION}"
           end
         end