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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mongrel/command.rb b/lib/mongrel/command.rb
index 8f65426..3a67d56 100644
--- a/lib/mongrel/command.rb
+++ b/lib/mongrel/command.rb
@@ -179,7 +179,7 @@ module Mongrel
           print_command_list
           return true
         elsif cmd_name == "--version"
-          STDERR.puts "Mongrel Web Server #{Mongrel::Const::MONGREL_VERSION}"
+          puts "Mongrel Web Server #{Mongrel::Const::MONGREL_VERSION}"
           return true
         end