Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
Co-authored-by: Daijiro Fukuda <fukuda@clear-code.com>
  • Loading branch information
kenhys and daipom authored Jun 28, 2024
1 parent 9d546c4 commit d6aaab0
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 d6aaab0

Please sign in to comment.