From 8c6eb88c6acdad68327b52204f20f9720b38f41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0xHiro=20/=20=E3=83=92=E3=83=AD?= <90010840+0xhiro@users.noreply.github.com> Date: Sat, 10 Jun 2023 17:40:39 +0100 Subject: [PATCH] fix: add file argument in help text (#7307) --- 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 e0c3f6e7..73513bf3 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -68,7 +68,7 @@ FLAGS: -g, --grammar {{fetch|build}} Fetches or builds tree-sitter grammars listed in languages.toml -c, --config Specifies a file to use for configuration -v Increases logging verbosity each use for up to 3 times - --log Specifies a file to use for logging + --log Specifies a file to use for logging (default file: {}) -V, --version Prints version information --vsplit Splits all given files vertically into different windows