From 37fed4de8001e92a7ebe8450263bc4f56a59e014 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 10 Mar 2022 07:33:51 -0600 Subject: [PATCH] fix '--grammar' flag in help text (#1784) --- helix-term/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 6511e0046..e554a21b9 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