Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
Co-authored-by: Daijiro Fukuda <[email protected]>
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys and daipom committed Jun 28, 2024
1 parent feebdbe commit 3d96430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-package/templates/usr/sbin/fluentd.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if RUBY_PLATFORM =~ /linux/
unless ARGV.include?("-c") or ARGV.include?("--config") or ARGV.include?("--dry-run")
puts("Error: Can't start duplicate Fluentd instance with the default config.")
if ARGV.include?("-v")
puts("To take the version, please use '--version', not '-v' ('--verbose').")
puts("To take the version, please use '--version', not '-v' ('--verbose').")
end
puts <<EOS
To start Fluentd, please do one of the following:
Expand Down

0 comments on commit 3d96430

Please sign in to comment.