summaryrefslogtreecommitdiff
path: root/completions/links
diff options
context:
space:
mode:
Diffstat (limited to 'completions/links')
-rw-r--r--completions/links12
1 files changed, 6 insertions, 6 deletions
diff --git a/completions/links b/completions/links
index 5adc7de3..abb19900 100644
--- a/completions/links
+++ b/completions/links
@@ -10,12 +10,12 @@ _links()
COMPREPLY=( $( compgen -W '--help' -- "$cur" ) )
;;
-*)
- COMPREPLY=( $( compgen -W '-async-dns -max-connections \
- -max-connections-to-host -retries -receive-timeout \
- -unrestartable-receive-timeout -format-cache-size \
- -memory-cache-size -http-proxy -ftp-proxy -download-dir \
- -assume-codepage -anonymous -dump -no-connect \
- -source -version -help' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '-async-dns -max-connections
+ -max-connections-to-host -retries -receive-timeout
+ -unrestartable-receive-timeout -format-cache-size
+ -memory-cache-size -http-proxy -ftp-proxy -download-dir
+ -assume-codepage -anonymous -dump -no-connect -source -version
+ -help' -- "$cur" ) )
;;
*)
if [[ -r ~/.links/links.his ]]; then