From 6caeacf29e60a2957f81a25fe0cfcddccd887fed Mon Sep 17 00:00:00 2001 From: Valentin Gatien-Baron Date: Wed, 10 Jan 2024 15:16:47 -0500 Subject: [PATCH] cli: fix missing word in help of --ignore-working-copy --- 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 da2ee3fd7..4efd021ef 100644 --- a/cli/src/cli_util.rs +++ b/cli/src/cli_util.rs @@ -2379,7 +2379,7 @@ pub struct GlobalArgs { /// By default, Jujutsu snapshots the working copy at the beginning of every /// command. The working copy is also updated at the end of the command, /// if the command modified the working-copy commit (`@`). If you want - /// to avoid snapshotting the working and instead see a possibly + /// to avoid snapshotting the working copy and instead see a possibly /// stale working copy commit, you can use `--ignore-working-copy`. /// This may be useful e.g. in a command prompt, especially if you have /// another process that commits the working copy.