diff options
-rw-r--r-- | helix-term/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 6511e004..e554a21b 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -64,7 +64,7 @@ FLAGS: --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 |