From 07e951db2224f94051b6d732f9727d8c2664f01e Mon Sep 17 00:00:00 2001 From: Justin Su Date: Wed, 17 Jul 2024 05:28:53 -0400 Subject: Add missing `--file-*-label` option to `--navigate` docs (#1744) Also sort the options alphabetically --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.rs') 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")] -- cgit v1.2.3