add more options to psub completion

This commit is contained in:
raichoo 2018-07-22 21:26:11 +02:00 committed by ridiculousfish
parent 9d1fc1045e
commit b932522138

View file

@ -1,2 +1,4 @@
complete -c psub -s h -l help -d "Display help and exit"
complete -c psub -s f -l file -d "Communicate using a regular file, not a named pipe"
complete -c psub -s F -l fifo -d "Communicate using a named pipe"
complete -c psub -s s -l suffix -d "Append suffix to the filename"