Skip to content

Commit

Permalink
cli: fix typo in 'jj untrack --help'
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralinsomniac authored and martinvonz committed Apr 9, 2024
1 parent 05b0fb5 commit 580a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 580a90b

Please sign in to comment.