Skip to content

Commit

Permalink
Update --quiet param description (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcag authored Nov 14, 2024
1 parent 1f3305f commit 237b69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n-js/cli/export_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ExportCommand < Command
opts.on(
"-q",
"--quiet",
"A Ruby file that must be loaded"
"Suppress non-error output"
) do |quiet|
options[:quiet] = quiet
end
Expand Down

0 comments on commit 237b69b

Please sign in to comment.