diff options
author | Michael Davis | 2022-03-10 13:33:51 +0000 |
---|---|---|
committer | GitHub | 2022-03-10 13:33:51 +0000 |
commit | 37fed4de8001e92a7ebe8450263bc4f56a59e014 (patch) | |
tree | 0eec9e06a5d4f6e0c39dd6a6a8078ed7ffb91a43 /helix-term | |
parent | 5eb9a0167f388f2e236a08c8f21b74dd77e9ecfc (diff) |
fix '--grammar' flag in help text (#1784)
Diffstat (limited to 'helix-term')
-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 |