summaryrefslogtreecommitdiff
path: root/completions/lftp
diff options
context:
space:
mode:
Diffstat (limited to 'completions/lftp')
-rw-r--r--completions/lftp15
1 files changed, 1 insertions, 14 deletions
diff --git a/completions/lftp b/completions/lftp
index 18944bc1..9e47ae16 100644
--- a/completions/lftp
+++ b/completions/lftp
@@ -1,6 +1,5 @@
-# bash completion for lftp
+# lftp(1) completion
-have lftp &&
_lftp()
{
local cur prev words cword
@@ -27,18 +26,6 @@ _lftp()
} &&
complete -F _lftp lftp
-have lftpget &&
-_lftpget()
-{
- local cur prev words cword
- _init_completion || return
-
- if [[ "$cur" == -* ]] ; then
- COMPREPLY=( $( compgen -W '-c -d -v' -- "$cur" ) )
- fi
-} &&
-complete -F _lftpget lftpget
-
# Local variables:
# mode: shell-script
# sh-basic-offset: 4