ok/jj
1
0
Fork 0
forked from mirrors/jj

spelling: changes

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-09-09 13:33:06 -04:00 committed by Martin von Zweigbergk
parent 3b60769874
commit 257baf8dfb

View file

@ -1235,7 +1235,7 @@ struct DiffFormatArgs {
/// branch name) to the current checkout.
#[derive(clap::Args, Clone, Debug)]
struct DiffArgs {
/// Show changes changes in this revision, compared to its parent(s)
/// Show changes in this revision, compared to its parent(s)
#[clap(long, short)]
revision: Option<String>,
/// Show changes from this revision
@ -1253,7 +1253,7 @@ struct DiffArgs {
/// Show commit description and changes in a revision
#[derive(clap::Args, Clone, Debug)]
struct ShowArgs {
/// Show changes changes in this revision, compared to its parent(s)
/// Show changes in this revision, compared to its parent(s)
#[clap(default_value = "@")]
revision: String,
#[clap(flatten)]