lib/inch/cli/command/options/base.rb in inch-0.5.10 vs lib/inch/cli/command/options/base.rb in inch-0.6.0.rc1

- old
+ new

@@ -128,10 +128,10 @@ opts.on_tail('-v', '--version', 'Show version.') do ui.trace "inch #{Inch::VERSION}" exit end opts.on_tail('-l', '--language [LANGUAGE]', - 'Set language (elixir|nodejs|ruby).') do |language| + 'Set language (elixir|javascript|ruby).') do |language| @language = language end opts.on_tail('-r', '--read-from-dump [FILE]', 'Read objects from dump.') do |file| @read_dump_file = file