mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
commandline.rst: fix typo
This commit is contained in:
parent
da94ade2ad
commit
758b8e7126
1 changed files with 2 additions and 2 deletions
|
@ -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``,
|
||||
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.
|
||||
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.
|
||||
|
||||
**-o** or **tokenize**
|
||||
|
|
Loading…
Reference in a new issue