read: update completions

--right-prompt added in fe9cf673a2 but missed from the
completions.

With thanks to nafg@github.
This commit is contained in:
David Adam 2015-07-24 18:18:04 +08:00
parent 9c2fdc6da5
commit 60fdd71f74

View file

@ -10,3 +10,4 @@ complete -c read -s c -l command --description "Initial contents of read buffwhe
complete -c read -s s -l shell --description "Use syntax highlighting, tab completions and command termination suitable for entering shellscript code"
complete -c read -s n -l nchars --description "Read the specified number of characters"
complete -c read -s a -l array --description "Store the results as an array"
complete -c read -s R -l right-prompt --description "Set right-hand prompt command" -x