summaryrefslogtreecommitdiffstats
path: root/bash-completion/ldattach
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/ldattach')
-rw-r--r--bash-completion/ldattach10
1 files changed, 10 insertions, 0 deletions
diff --git a/bash-completion/ldattach b/bash-completion/ldattach
index 0b9d26034..02b4b5b93 100644
--- a/bash-completion/ldattach
+++ b/bash-completion/ldattach
@@ -9,6 +9,14 @@ _ldattach_module()
COMPREPLY=( $(compgen -W "speed" -- $cur) )
return 0
;;
+ '-c'|'--intro-command')
+ COMPREPLY=( $(compgen -W "string" -- $cur) )
+ return 0
+ ;;
+ '-p'|'--pause')
+ COMPREPLY=( $(compgen -W "seconds" -- $cur) )
+ return 0
+ ;;
'-i'|'--iflag')
local IFLAGS
IFLAGS="BRKINT ICRNL IGNBRK IGNCR IGNPAR IMAXBEL
@@ -28,6 +36,8 @@ _ldattach_module()
-*)
OPTS="--debug
--speed
+ --intro-command
+ --pause
--sevenbits
--eightbits
--noparity