More consistent --help description

This commit is contained in:
Kid 2022-08-19 18:45:51 +00:00 committed by Fabian Boehm
parent 7afd44eac8
commit ada9251412
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
complete -c contains -s h -l help -d "Display help"
complete -c contains -s h -l help -d "Display help and exit"
complete -c contains -s i -l index -d "Print index of first match"

View File

@ -1 +1 @@
complete -c disown -s h -l help -d "Display help"
complete -c disown -s h -l help -d "Display help and exit"

View File

@ -1 +1 @@
complete -c emit -s h -l help -d "Display help"
complete -c emit -s h -l help -d "Display help and exit"

View File

@ -1,3 +1,3 @@
complete -c pwd -s h -l help -d "Display help"
complete -c pwd -s h -l help -d "Display help and exit"
complete -c pwd -s L -l logical -d "Print working directory without resolving symlinks"
complete -c pwd -s P -l physical -d "Print working directory with symlinks resolved"