Fix copy-paste typo (#1767)

Accidentally introduced in #1744
This commit is contained in:
Justin Su 2024-07-17 09:33:26 -04:00 committed by GitHub
parent 07e951db22
commit 26d764a209
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")]