From 162c95c9cd8474790ed90daaa3c48fe5a02f9f5d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jul 2016 16:27:37 +1200 Subject: Tidy completion files Add comments, add short-circuit to vared() completion --- bash/bash_completion.d/gpg.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_completion.d/gpg.bash') diff --git a/bash/bash_completion.d/gpg.bash b/bash/bash_completion.d/gpg.bash index c2f08415..fcb48b91 100644 --- a/bash/bash_completion.d/gpg.bash +++ b/bash/bash_completion.d/gpg.bash @@ -1,4 +1,4 @@ -# Completion for gpg with long options +# Completion for gpg(1) with long options _gpg() { # Bail if no gpg(1) -- cgit v1.2.3