Changeset 1094
- Timestamp:
- 12/13/07 22:36:30 (1 year ago)
- Files:
-
- trunk/lib/merb/server.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/merb/server.rb
r1087 r1094 180 180 end 181 181 182 # If we run merb with no arguments and we are not inside a merb root 183 # show the help message 184 if (argv.size == 0) && !File.exists?("#{options[:merb_root] || Merb::Config.defaults[:merb_root]}/config/merb_init.rb") 185 puts "You are not in the root of a merb application...\n" 186 puts opts 187 exit 188 end 182 189 # Load up the configuration from file, but keep the command line 183 190 # options that may have been chosen. Also, pass-through if we have
