From 53cb83f289979c856ce41958b3b8b94bcf6a3c1b Mon Sep 17 00:00:00 2001 From: collin Date: Wed, 25 Nov 2020 00:41:28 -0500 Subject: [PATCH] update leo cli message --- leo/main.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/leo/main.rs b/leo/main.rs index 61aa8a7b0c..7c8c124904 100644 --- a/leo/main.rs +++ b/leo/main.rs @@ -22,9 +22,8 @@ use clap::{App, AppSettings, Arg}; fn main() -> Result<(), CLIError> { let app = App::new("leo") .version(include_str!("./leo-version")) - .before_help("Hello world") - // .about("Leo compiler and package manager") - // .author("The Aleo Team ") + .about("Leo compiler and package manager") + .author("The Aleo Team ") .settings(&[ AppSettings::ColoredHelp, AppSettings::DisableHelpSubcommand,