From 257baf8dfb629872f1ec5f5526a374d1fbb2d153 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:33:06 -0400 Subject: [PATCH] spelling: changes Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/commands.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands.rs b/src/commands.rs index 9cff818ee..eea567693 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -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, /// 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)]