From 6e242c76994b7d2d2ce4f5ce79ff843fc4394ed5 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 21 Mar 2022 12:05:20 -0400 Subject: Fix typo in --help text --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 66f7e2a..cfc72a7 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -510,7 +510,7 @@ pub struct Opt { pub hyperlinks: bool, #[clap(long = "hyperlinks-commit-link-format", value_name = "FMT")] - /// Format string for commit hyperlinks (requiraes --hyperlinks). + /// Format string for commit hyperlinks (requires --hyperlinks). /// /// The placeholder "{commit}" will be replaced by the commit hash. For example: /// --hyperlinks-commit-link-format='https://mygitrepo/{commit}/' -- cgit v1.2.3