Update leo/main.rs

This commit is contained in:
Howard Wu 2021-02-10 18:47:10 -08:00 committed by GitHub
parent cb050aa43d
commit 2c5c2eb886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ enum CommandOpts {
command: Login,
},
#[structopt(about = "Logout of the package manager and removes credentials")]
#[structopt(about = "Logout of the Aleo Package Manager")]
Logout {
#[structopt(flatten)]
command: Logout,