diff options
author | Omnikar | 2021-10-28 07:27:28 +0000 |
---|---|---|
committer | GitHub | 2021-10-28 07:27:28 +0000 |
commit | db56de589a2b5e5ad3c0ceba05f91372c382f538 (patch) | |
tree | 0dc009ef9e0011d4121b5a798441942d5af685ea /helix-term/src | |
parent | c1e5831b2186a12ab593df1dc1dc698875484dc6 (diff) |
Add `--tutor` option to `hx --help` output (#924)
* Add `--tutor` option to `hx --help` output
* Adjust `--tutor` location in help output
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 2589a375..f746895c 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -60,6 +60,7 @@ ARGS: FLAGS: -h, --help Prints help information + --tutor Loads the tutorial -v Increases logging verbosity each use for up to 3 times (default file: {}) -V, --version Prints version information |