File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -971,7 +971,7 @@ __docker_complete_log_driver_options() {
971971 __docker_nospace
972972 return
973973 ;;
974- compress|fluentd-async-connect )
974+ compress|fluentd-async)
975975 COMPREPLY=( $( compgen -W " false true" -- " ${cur##* =} " ) )
976976 return
977977 ;;
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ __docker_get_log_options() {
227227 common_options=(" max-buffer-size" " mode" )
228228 common_options2=(" env" " env-regex" " labels" )
229229 awslogs_options=($common_options " awslogs-create-group" " awslogs-datetime-format" " awslogs-group" " awslogs-multiline-pattern" " awslogs-region" " awslogs-stream" " tag" )
230- fluentd_options=($common_options $common_options2 " fluentd-address" " fluentd-async-connect " " fluentd-buffer-limit" " fluentd-retry-wait" " fluentd-max-retries" " fluentd-sub-second-precision" " tag" )
230+ fluentd_options=($common_options $common_options2 " fluentd-address" " fluentd-async" " fluentd-buffer-limit" " fluentd-retry-wait" " fluentd-max-retries" " fluentd-sub-second-precision" " tag" )
231231 gcplogs_options=($common_options $common_options2 " gcp-log-cmd" " gcp-meta-id" " gcp-meta-name" " gcp-meta-zone" " gcp-project" )
232232 gelf_options=($common_options $common_options2 " gelf-address" " gelf-compression-level" " gelf-compression-type" " tag" )
233233 journald_options=($common_options $common_options2 " tag" )
You can’t perform that action at this time.
0 commit comments