Skip to content

Commit

Permalink
cli: hyphenate "working-copy commit" in --ignore-working-copy help
Browse files Browse the repository at this point in the history
The help text of `--ignore-working-copy` had one instance with hyphen
and one without.
  • Loading branch information
martinvonz committed Nov 23, 2024
1 parent 068fa0f commit 37f497a
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 @@ -2947,7 +2947,7 @@ pub struct GlobalArgs {
/// 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 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
/// another process that commits the working copy.
///
Expand Down

0 comments on commit 37f497a

Please sign in to comment.