diff options
author | 0xHiro / ヒロ | 2023-06-10 16:40:39 +0000 |
---|---|---|
committer | GitHub | 2023-06-10 16:40:39 +0000 |
commit | 8c6eb88c6acdad68327b52204f20f9720b38f41e (patch) | |
tree | 0ca3799055690b5db6d32b098cfdda5cb7dc6ff0 /helix-term | |
parent | a197ce869a208739107617af833dc6494c510514 (diff) |
fix: add file argument in help text (#7307)
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 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 <file> 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 <file> Specifies a file to use for logging (default file: {}) -V, --version Prints version information --vsplit Splits all given files vertically into different windows |