summaryrefslogtreecommitdiff
path: root/completions/lftp
diff options
context:
space:
mode:
Diffstat (limited to 'completions/lftp')
-rw-r--r--completions/lftp13
1 files changed, 1 insertions, 12 deletions
diff --git a/completions/lftp b/completions/lftp
index 984a67e8..9e47ae16 100644
--- a/completions/lftp
+++ b/completions/lftp
@@ -1,4 +1,4 @@
-# bash completion for lftp
+# lftp(1) completion
_lftp()
{
@@ -26,17 +26,6 @@ _lftp()
} &&
complete -F _lftp lftp
-_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