Skip to content

Commit

Permalink
Fix English
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Nov 17, 2020
1 parent 787123d commit 8e0a1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/command/cap_ctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def prepare_option_parser
@opts[:add_capabilities] = s
}

@op.on('--drop [CAPABILITITY1,CAPABILITY2, ...]', "Drop capabilities into Fluentd Ruby") {|s|
@op.on('--drop [CAPABILITITY1,CAPABILITY2, ...]', "Drop capabilities from Fluentd Ruby") {|s|
@opts[:drop_capabilities] = s
}

Expand Down

0 comments on commit 8e0a1e2

Please sign in to comment.