From 67a80e3c898538343fda0b1cd5568445ba07fcb9 Mon Sep 17 00:00:00 2001 From: Kyle Spiers Date: Sat, 14 Apr 2018 19:48:08 -0700 Subject: [PATCH] update docker Commit subcommand fish completions Signed-off-by: Kyle Spiers --- contrib/completion/fish/docker.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/fish/docker.fish b/contrib/completion/fish/docker.fish index e477571f42..2c93470f72 100644 --- a/contrib/completion/fish/docker.fish +++ b/contrib/completion/fish/docker.fish @@ -158,6 +158,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from build' -l ulimit -d 'Ul # commit complete -c docker -f -n '__fish_docker_no_subcommand' -a commit -d "Create a new image from a container's changes" complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -s a -l author -d 'Author (e.g., "John Hannibal Smith ")' +complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -s c -l change -d 'Apply Dockerfile instruction to the created image' complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -l help -d 'Print usage' complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -s m -l message -d 'Commit message' complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -s p -l pause -d 'Pause container during commit'