Skip to content

Commit 6720a70

Browse files
committed
do not show parser version
1 parent 6e66e50 commit 6720a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/synvert/cli.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def run_option_parser(args)
163163
@options[:command] = 'test_bundle_gems'
164164
end
165165
opts.on '-v', '--version', 'show this version' do
166-
puts "#{VERSION} (with synvert-core #{Core::VERSION} and parser #{Parser::VERSION})"
166+
puts "#{VERSION} (with synvert-core #{Core::VERSION}"
167167
exit
168168
end
169169
end

0 commit comments

Comments
 (0)