mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
More consistent --help description
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1 +1 @@
|
||||
complete -c disown -s h -l help -d "Display help"
|
||||
complete -c disown -s h -l help -d "Display help and exit"
|
||||
|
||||
@@ -1 +1 @@
|
||||
complete -c emit -s h -l help -d "Display help"
|
||||
complete -c emit -s h -l help -d "Display help and exit"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user