From 1a87b50208a9f26cb60d93edf7ddebd1fdc277b7 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 15 Apr 2014 18:15:32 +0200 Subject: grep: add to completion files --- src/completion/pass.fish-completion | 1 + 1 file changed, 1 insertion(+) (limited to 'src/completion/pass.fish-completion') diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion index d8f97e2..10c9488 100644 --- a/src/completion/pass.fish-completion +++ b/src/completion/pass.fish-completion @@ -108,3 +108,4 @@ complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'pull' -d 'Pull cha complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'log' -d 'View changelog' complete -c $PROG -f -A -n '__fish_pass_needs_command' -a find -d 'Command: find a password file or directory matching pattern' +complete -c $PROG -f -A -n '__fish_pass_needs_command' -a grep -d 'Command: search inside of decrypted password files for matching pattern' -- cgit v1.2.3-54-g00ecf