From db56de589a2b5e5ad3c0ceba05f91372c382f538 Mon Sep 17 00:00:00 2001 From: Omnikar Date: Thu, 28 Oct 2021 03:27:28 -0400 Subject: [PATCH] Add `--tutor` option to `hx --help` output (#924) * Add `--tutor` option to `hx --help` output * Adjust `--tutor` location in help output --- helix-term/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 2589a375b..f746895cf 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