mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-06 01:43:07 +03:00
fixed comment
This commit is contained in:
parent
0d523fb1e1
commit
8dbb12cfe3
@ -55,7 +55,7 @@ struct Opt {
|
|||||||
#[structopt(subcommand)]
|
#[structopt(subcommand)]
|
||||||
command: CommandOpts,
|
command: CommandOpts,
|
||||||
|
|
||||||
#[structopt(global = true, help = "URL to custom Aleo PM backend", env = "APM_URL")]
|
#[structopt(help = "Custom Aleo PM backend URL", env = "APM_URL")]
|
||||||
api: Option<String>,
|
api: Option<String>,
|
||||||
|
|
||||||
#[structopt(
|
#[structopt(
|
||||||
|
Loading…
Reference in New Issue
Block a user