diff options
| author | Justin Su <injustsu@gmail.com> | 2024-07-17 05:28:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-17 05:28:53 -0400 |
| commit | 07e951db2224f94051b6d732f9727d8c2664f01e (patch) | |
| tree | 9f4718445765200eef5c5f65ba34a2000ac7ccae /src/cli.rs | |
| parent | c1e8e7b163435f7d12af4bf5d9f40194aa1b3951 (diff) | |
Add missing `--file-*-label` option to `--navigate` docs (#1744)
Also sort the options alphabetically
Diffstat (limited to 'src/cli.rs')
| -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-modified-label, --file-removed-label, --file-added-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")] |
