Skip to content

Commit

Permalink
fix: add file argument in help text (helix-editor#7307)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHiro / ヒロ authored and mtoohey31 committed Jun 2, 2024
1 parent 8835828 commit da16500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da16500

Please sign in to comment.