summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 22aae6d..1473164 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -695,6 +695,7 @@ pub fn cli<'a>() -> App<'a> {
.subcommand(App::new("release")
.version(crate_version!())
+ .about("Manage artifact releases")
.subcommand(App::new("rm")
.version(crate_version!())
.about("Remove release artifacts")