File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2551,7 +2551,6 @@ _docker_daemon() {
25512551 local options_with_args="
25522552 $global_options_with_args
25532553 --add-runtime
2554- --allow-nondistributable-artifacts
25552554 --authorization-plugin
25562555 --bip
25572556 --bridge -b
Original file line number Diff line number Diff line change @@ -2726,7 +2726,6 @@ __docker_subcommand() {
27262726 _arguments $( __docker_arguments) \
27272727 $opts_help \
27282728 " ($help )*--add-runtime=[Register an additional OCI compatible runtime]:runtime:__docker_complete_runtimes" \
2729- " ($help )*--allow-nondistributable-artifacts=[Push nondistributable artifacts to specified registries]:registry: " \
27302729 " ($help )*--authorization-plugin=[Authorization plugins to load]" \
27312730 " ($help -b --bridge)" {-b=,--bridge=}" [Attach containers to a network bridge]:bridge:_net_interfaces" \
27322731 " ($help )--bip=[Network bridge IP]:IP address: " \
You can’t perform that action at this time.
0 commit comments