lib/outliers/cli.rb in outliers-0.3.1 vs lib/outliers/cli.rb in outliers-0.3.2
- old
+ new
@@ -29,9 +29,11 @@
def self.usage
puts 'Usage: outliers command'
puts ''
puts 'Append -h for help on specific subcommand.'
puts ''
+ puts 'See http://brettweavnet.github.io/outliers for documentation.'
+ puts ''
puts 'Commands:'
commands.each do |cmd|
$stdout.printf " %-#{length_of_longest_command}s %s\n",
cmd.command_name,