forked from mirrors/jj
spelling: changes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3b60769874
commit
257baf8dfb
1 changed files with 2 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue