mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-07 13:00:08 +00:00
cli: fix missing word in help of --ignore-working-copy
This commit is contained in:
parent
d5a98df046
commit
6caeacf29e
1 changed files with 1 additions and 1 deletions
|
@ -2379,7 +2379,7 @@ pub struct GlobalArgs {
|
||||||
/// By default, Jujutsu snapshots the working copy at the beginning of every
|
/// 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,
|
/// command. The working copy is also updated at the end of the command,
|
||||||
/// if the command modified the working-copy commit (`@`). If you want
|
/// 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`.
|
/// stale working copy commit, you can use `--ignore-working-copy`.
|
||||||
/// This may be useful e.g. in a command prompt, especially if you have
|
/// This may be useful e.g. in a command prompt, especially if you have
|
||||||
/// another process that commits the working copy.
|
/// another process that commits the working copy.
|
||||||
|
|
Loading…
Reference in a new issue