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:
Justin Ma 2022-06-02 17:38:42 +08:00 committed by GitHub
parent d44059c36b
commit 1b8051ece5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'))