diff --git a/src/cli.rs b/src/cli.rs index bb66f9ae..2d223ba7 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -31,7 +31,7 @@ const VERSION_MESSAGE: &str = "Show the version and exit"; group = ArgGroup::with_name("git-reference") )] struct Add { - /// A name for this plugin. + /// A unique name for this plugin. #[structopt(value_name = "NAME")] name: String, @@ -103,7 +103,7 @@ enum RawCommand { /// Remove a plugin from the config file. #[structopt(help_message = HELP_MESSAGE)] Remove { - /// A name for this plugin. + /// A unique name for this plugin. #[structopt(value_name = "NAME")] name: String, }, @@ -536,7 +536,7 @@ OPTIONS: --apply