From 580a90b6944f3a658e5bdea8d6f43afebd91eda7 Mon Sep 17 00:00:00 2001 From: Jeremy O'Brien Date: Tue, 9 Apr 2024 11:05:01 -0400 Subject: [PATCH] cli: fix typo in 'jj untrack --help' --- cli/src/cli_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/cli_util.rs b/cli/src/cli_util.rs index 32cc17c5cb..62b23d86fc 100644 --- a/cli/src/cli_util.rs +++ b/cli/src/cli_util.rs @@ -2172,7 +2172,7 @@ pub struct GlobalArgs { /// This may be useful e.g. in a command prompt, especially if you have /// another process that commits the working copy. /// - /// Loading the repository is at a specific operation with `--at-operation` + /// Loading the repository at a specific operation with `--at-operation` /// implies `--ignore-working-copy`. #[arg(long, global = true)] pub ignore_working_copy: bool,