diff options
| author | Justin Su <injustsu@gmail.com> | 2024-07-17 09:33:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-17 09:33:26 -0400 |
| commit | 26d764a209dca757e3f2855aec4756d483c61b39 (patch) | |
| tree | b216274459da550d3fcb0012831aa534f0749174 /src | |
| parent | 07e951db2224f94051b6d732f9727d8c2664f01e (diff) | |
Fix copy-paste typo (#1767)
Accidentally introduced in #1744
Diffstat (limited to 'src')
| -rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")] |
