bin/scms in scms-1.7.8 vs bin/scms in scms-1.7.9
- old
+ new
@@ -13,11 +13,11 @@
options = {}
optparse = OptionParser.new do|opts|
# Set a banner, displayed at the top
# of the help screen.
- opts.banner = "Usage: static-cms.rb [options]"
+ opts.banner = "Usage: scms [options]"
# Define the options, and what they do
opts.on('-w', '--website WEBSITE', "Website directory (full path)") do |w|
options[:website] = w
end
@@ -45,10 +45,10 @@
opts.on( '-v', '--verbose', 'Output more information' ) do
options[:verbose] = true
end
# This displays the help screen, all programs are
# assumed to have this option.
- opts.on( '-h', '--help', 'Display this screen' ) do
+ opts.on( '-h', '--help', 'Display this help screen' ) do
puts opts
exit
end
end
optparse.parse!
\ No newline at end of file