Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 5ec8817

Browse files
authored
Merge pull request #218 from hyperhq/update-completion
Update load description in completion
2 parents 32a3c73 + c36a0f1 commit 5ec8817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/completion/bash/hyper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ _hyper_load() {
419419

420420
case "$cur" in
421421
-* )
422-
COMPREPLY=( $( compgen -W "--help --input -i --quiet -q" -- "$cur" ) )
422+
COMPREPLY=( $( compgen -W "--help --input -i --local -l --quiet -q" -- "$cur" ) )
423423
;;
424424
esac
425425
}

contrib/completion/fish/docker.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from kill' -s s -l signal -d
216216
complete -c docker -A -f -n '__fish_seen_subcommand_from kill' -a '(__fish_print_docker_containers running)' -d "Container"
217217

218218
# load
219-
complete -c docker -f -n '__fish_docker_no_subcommand' -a load -d 'Load an image from a tar archive'
219+
complete -c docker -f -n '__fish_docker_no_subcommand' -a load -d 'Load a local image or a tar file'
220220
complete -c docker -A -f -n '__fish_seen_subcommand_from load' -l help -d 'Print usage'
221221
complete -c docker -A -f -n '__fish_seen_subcommand_from load' -s i -l input -d 'Read from a tar archive file, instead of STDIN'
222222

0 commit comments

Comments
 (0)