tools/cpee in cpee-1.5.8 vs tools/cpee in cpee-1.5.9
- old
+ new
@@ -50,10 +50,10 @@
opt.on(wrap("[ui] starts a simple static web server with the ui on http://localhost:8080. Use [cpui DIR] if you want stuff in apache or nginx."))
opt.parse!
}
if (ARGV.length == 0) ||
(ARGV.length == 1 && ARGV[0] != 'ui') ||
- (ARGV.length == 2 && !(%w(abandon delete! cpui new).include?(ARGV[0]))) ||
+ (ARGV.length == 2 && !(%w(abandon inst start delete! cpui new).include?(ARGV[0]))) ||
(ARGV.length == 3 && ARGV[0] != 'archive') ||
(ARGV.length > 3)
puts ARGV.options
exit
end