Browse Source

Merge pull request #10623 from jfrazelle/update-fish

Update docker.fish
Tibor Vass 10 năm trước cách đây
mục cha
commit
7b7c8f587b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      contrib/completion/fish/docker.fish

+ 1 - 1
contrib/completion/fish/docker.fish

@@ -345,7 +345,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from save' -s o -l output -d
 complete -c docker -A -f -n '__fish_seen_subcommand_from save' -a '(__fish_print_docker_images)' -d "Image"
 
 # search
-complete -c docker -f -n '__fish_docker_no_subcommand' -a search -d 'Search for an image on the Docker Hub'
+complete -c docker -f -n '__fish_docker_no_subcommand' -a search -d 'Search for an image on the registry (defaults to the Docker Hub)'
 complete -c docker -A -f -n '__fish_seen_subcommand_from search' -l automated -d 'Only show automated builds'
 complete -c docker -A -f -n '__fish_seen_subcommand_from search' -l help -d 'Print usage'
 complete -c docker -A -f -n '__fish_seen_subcommand_from search' -l no-trunc -d "Don't truncate output"