mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 13:44:16 +08:00
commandline.rst: fix typo
This commit is contained in:
parent
da94ade2ad
commit
758b8e7126
|
@ -82,11 +82,11 @@ The following options change the way ``commandline`` prints the current commandl
|
||||||
To get both, use both ``commandline --cut-at-cursor --tokens-expanded; commandline --cut-at-cursor --current-token``,
|
To get both, use both ``commandline --cut-at-cursor --tokens-expanded; commandline --cut-at-cursor --current-token``,
|
||||||
or ``commandline -cx; commandline -ct`` for short.
|
or ``commandline -cx; commandline -ct`` for short.
|
||||||
|
|
||||||
**-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 substituions 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**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user