From 8dbb12cfe347e33bc3608198b13d8f8b410ed8c0 Mon Sep 17 00:00:00 2001 From: damirka Date: Thu, 22 Apr 2021 11:44:22 +0300 Subject: [PATCH] fixed comment --- leo/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leo/main.rs b/leo/main.rs index 72ed9dfdf8..73589df29d 100644 --- a/leo/main.rs +++ b/leo/main.rs @@ -55,7 +55,7 @@ struct Opt { #[structopt(subcommand)] 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, #[structopt(