From a9a10ab8e50c51c2bbdab93f7275f82372f94901 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 11 Dec 2020 12:49:37 +0100 Subject: Fix: About message of "lint" subcommand Signed-off-by: Matthias Beyer --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 9b04ef3..d1d8b92 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -604,7 +604,7 @@ pub fn cli<'a>() -> App<'a> { ) .subcommand(App::new("lint") - .about("Release artifacts") + .about("Lint the package script of one or multiple packages") .arg(Arg::new("package_name") .required(false) .multiple(false) -- cgit v1.2.3