mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-24 11:28:19 +08:00
Fix typo in docs
This commit is contained in:
parent
3d5ef2bcf5
commit
f4ff312265
|
@ -84,13 +84,13 @@ The following options change the way ``commandline`` prints the current commandl
|
||||||
|
|
||||||
**-x** or **--tokens-expanded**
|
**-x** or **--tokens-expanded**
|
||||||
Perform argument expansion on the selection and print one argument per line.
|
Perform argument expansion on the selection and print one argument per line.
|
||||||
Command substituions are not expanded but forwarded as-is.
|
Command substitutions are not expanded but forwarded as-is.
|
||||||
|
|
||||||
**--tokens-raw**
|
**--tokens-raw**
|
||||||
Print arguments in the selection as they appear on the command line, one per line.
|
Print arguments in the selection as they appear on the command line, one per line.
|
||||||
|
|
||||||
**-o** or **tokenize**
|
**-o** or **tokenize**
|
||||||
Deprecated, do not use.
|
Deprecated; do not use.
|
||||||
|
|
||||||
If ``commandline`` is called during a call to complete a given string using ``complete -C STRING``, ``commandline`` will consider the specified string to be the current contents of the command line.
|
If ``commandline`` is called during a call to complete a given string using ``complete -C STRING``, ``commandline`` will consider the specified string to be the current contents of the command line.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user