bin/vrowser in vrowser-0.1.4 vs bin/vrowser in vrowser-0.1.5
- old
+ new
@@ -49,10 +49,10 @@
when "json"
opt :config_file, "config file path", :short => "-f", :type => String, :required => true
when "server", "daemon"
opt :config_file, "config file path", :short => "-f", :type => String, :required => true
opt :log_path, "log file path", :short => "-l", :type => String
- when "httpd"
+ when "httpd_daemon"
opt :config_file, "config file path", :short => "-f", :type => String, :required => true
opt :port, "port number", :short => "-p", :type => String, :default => '3000'
opt :host, "host or ip address", :short => "-h", :type => String, :default => 'localhost'
opt :log_path, "log file path", :short => "-l", :default => STDERR
opt :document_root, "document root path", :short => "-d", :type => String,