lib/nanoc3/cli/commands/help.rb in nanoc3-3.0.9 vs lib/nanoc3/cli/commands/help.rb in nanoc3-3.1.0a1
- old
+ new
@@ -23,10 +23,10 @@
'given, a command description as well as command-specific ' +
'commandline options are shown.'
end
def usage
- "nanoc3 help [command]"
+ "nanoc3 help [options] [command]"
end
def run(options, arguments)
# Check arguments
if arguments.size > 1