From 1d935c630745248d5851440eb0907cd363cd88d0 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 12 Sep 2013 16:57:10 +0000 Subject: [PATCH] Update docker.bash script for build -rm --- contrib/docker.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker.bash b/contrib/docker.bash index 63df98825..aa9fb3d7b 100644 --- a/contrib/docker.bash +++ b/contrib/docker.bash @@ -114,7 +114,7 @@ _docker_build() case "$cur" in -*) - COMPREPLY=( $( compgen -W "-no-cache -t -q" -- "$cur" ) ) + COMPREPLY=( $( compgen -W "-no-cache -t -q -rm" -- "$cur" ) ) ;; *) _filedir