fix '--grammar' flag in help text (#1784)

This commit is contained in:
Michael Davis 2022-03-10 07:33:51 -06:00 committed by GitHub
parent 5eb9a0167f
commit 37fed4de80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ async fn main_impl() -> Result<i32> {
--tutor Loads the tutorial
--health [LANG] Checks for potential errors in editor setup
If given, checks for config errors in language LANG
-g, --grammars {{fetch|build}} Fetches or builds tree-sitter grammars listed in languages.toml
-g, --grammar {{fetch|build}} Fetches or builds tree-sitter grammars listed in languages.toml
-v Increases logging verbosity each use for up to 3 times
(default file: {})
-V, --version Prints version information