summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin Su <injustsu@gmail.com>2024-07-17 09:33:26 -0400
committerGitHub <noreply@github.com>2024-07-17 09:33:26 -0400
commit26d764a209dca757e3f2855aec4756d483c61b39 (patch)
treeb216274459da550d3fcb0012831aa534f0749174 /src
parent07e951db2224f94051b6d732f9727d8c2664f01e (diff)
Fix copy-paste typo (#1767)
Accidentally introduced in #1744
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 8a8f85e..a21918f 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -851,7 +851,7 @@ pub struct Opt {
/// Activate diff navigation.
///
/// Use n to jump forwards and N to jump backwards. To change the file labels used see
- /// --file-added-label, --file-copied-label, --file-modified-label, --file-removed-label, , --file-renamed-label.
+ /// --file-added-label, --file-copied-label, --file-modified-label, --file-removed-label, --file-renamed-label.
pub navigate: bool,
#[arg(long = "navigate-regex", value_name = "REGEX")]