summaryrefslogtreecommitdiff
path: root/completions/lftpget
diff options
context:
space:
mode:
Diffstat (limited to 'completions/lftpget')
-rw-r--r--completions/lftpget4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/lftpget b/completions/lftpget
index 8f1d4a2f..1583500c 100644
--- a/completions/lftpget
+++ b/completions/lftpget
@@ -5,8 +5,8 @@ _lftpget()
local cur prev words cword
_init_completion || return
- if [[ "$cur" == -* ]] ; then
- COMPREPLY=( $( compgen -W '-c -d -v' -- "$cur" ) )
+ if [[ "$cur" == -* ]]; then
+ COMPREPLY=( $(compgen -W '-c -d -v' -- "$cur") )
fi
} &&
complete -F _lftpget lftpget