This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch fix-flume-ng-typo in repository https://gitbox.apache.org/repos/asf/flume.git
commit 4d43457f96035097b02b239cbd93d6c97c45043b Author: Bessenyei Balázs Donát <[email protected]> AuthorDate: Mon Jun 6 18:20:15 2022 +0200 Fix typo in the flume-ng script --- bin/flume-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/flume-ng b/bin/flume-ng index d402912e..fc28ba27 100755 --- a/bin/flume-ng +++ b/bin/flume-ng @@ -168,7 +168,7 @@ global options: --conf-uri, -u <conf> use configs located at <conf> --conf-provider, -prov <provider-class> use the configuration provided by the provider class --conf-user, -user <user> the user for accessing the configuration uri - --conf-oassword, -pwd <password> the password for accessing the configuration uri + --conf-password, -pwd <password> the password for accessing the configuration uri --classpath,-C <cp> append to the classpath --dryrun,-d do not actually start Flume, just print the command --plugins-path <dirs> colon-separated list of plugins.d directories. See the
