commit: 1c0f31f9f7b35f170acf690ac81cc6f2d82770cd
parent 41292a3827358708f909b44fa368ead0ee6c7eb7
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date: Sun, 5 Jan 2014 11:28:01 +0100
[bash-completion] Complete filename if `—load-info` is given
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devscripts/bash-completion.in b/devscripts/bash-completion.in
@@ -6,7 +6,7 @@ __youtube_dl()
prev="${COMP_WORDS[COMP_CWORD-1]}"
opts="{{flags}}"
keywords=":ytfavorites :ytrecommended :ytsubscriptions :ytwatchlater :ythistory"
- fileopts="-a|--batch-file|--download-archive|--cookies"
+ fileopts="-a|--batch-file|--download-archive|--cookies|--load-info"
diropts="--cache-dir"
if [[ ${prev} =~ ${fileopts} ]]; then