summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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)