summaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorJustin Su <injustsu@gmail.com>2024-07-17 05:28:53 -0400
committerGitHub <noreply@github.com>2024-07-17 05:28:53 -0400
commit07e951db2224f94051b6d732f9727d8c2664f01e (patch)
tree9f4718445765200eef5c5f65ba34a2000ac7ccae /src/cli.rs
parentc1e8e7b163435f7d12af4bf5d9f40194aa1b3951 (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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index a18f11e..8a8f85e 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-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")]