Skip to content

Commit ff96c17

Browse files
committed
v1.9
1 parent 7f1ee9a commit ff96c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/report_builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ opt_parser = OptionParser.new do |opts|
3737
options[:include_images] = include_images
3838
end
3939

40-
opts.on('-vc', '--voice_commands', 'Enable voice commands for easy navigation and search') do |voice_commands|
40+
opts.on('--voice_commands', 'Enable voice commands for easy navigation and search') do |voice_commands|
4141
options[:voice_commands] = voice_commands
4242
end
4343

0 commit comments

Comments
 (0)