mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix a typo in documentation for 'complete'
This commit is contained in:
parent
025b45b91e
commit
9a2ac5fcb6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ complete ( -c | --command | -p | --path ) COMMAND
|
|||
[( -w | --wraps ) WRAPPED_COMMAND]
|
||||
[( -n | --condition ) CONDITION]
|
||||
[( -d | --description ) DESCRIPTION]
|
||||
complete ( -C STRING | --do=complete=STRING )
|
||||
complete ( -C STRING | --do-complete=STRING )
|
||||
\endfish
|
||||
|
||||
\subsection complete-description Description
|
||||
|
|
Loading…
Reference in a new issue