bin/scms in scms-4.5.0 vs bin/scms in scms-4.5.1

- old
+ new

@@ -46,10 +46,10 @@ opts.on( '-s', '--serve', 'Run a scms server on port localhost:8008' ) do options[:server] = true end options[:port] = 8002 - opts.on( '-p', '--port Port', 'Listen on the given port (only workes with --serve)' ) do|p| + opts.on( '-r', '--port Port', 'Listen on the given port (only workes with --serve)' ) do|p| options[:port] = p end options[:watch] = false opts.on( '-w', '--watch', 'Run a scms server on port localhost:8008' ) do \ No newline at end of file