summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-03-21 12:05:20 -0400
committerDan Davison <dandavison7@gmail.com>2022-03-21 12:05:20 -0400
commit6e242c76994b7d2d2ce4f5ce79ff843fc4394ed5 (patch)
treea44e062050d5f91175fbee6158f41586d97f1e81 /src
parentdd19c974baadae1a1565067130b3eb81770123b1 (diff)
Fix typo in --help text
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 66f7e2a6..cfc72a7a 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}/'