mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Fix doc building for vuepress-next, avoid using angle brackets (#5696)
* Fix doc building for vuepress-next, avoid using angle brackets * [ci skip]
This commit is contained in:
parent
d44059c36b
commit
1b8051ece5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ impl Command for Watch {
|
|||
.named(
|
||||
"recursive",
|
||||
SyntaxShape::Boolean,
|
||||
"Watch all directories under <path> recursively. Will be ignored if <path> is a file (default: true)",
|
||||
"Watch all directories under `<path>` recursively. Will be ignored if `<path>` is a file (default: true)",
|
||||
Some('r'),
|
||||
)
|
||||
.switch("verbose", "Operate in verbose mode (default: false)", Some('v'))
|
||||
|
|
Loading…
Reference in a new issue