Skip to content

Commit 237b69b

Browse files
authored
Update --quiet param description (#730)
1 parent 1f3305f commit 237b69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/i18n-js/cli/export_command.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ExportCommand < Command
3030
opts.on(
3131
"-q",
3232
"--quiet",
33-
"A Ruby file that must be loaded"
33+
"Suppress non-error output"
3434
) do |quiet|
3535
options[:quiet] = quiet
3636
end

0 commit comments

Comments
 (0)