From a332387825486e5cf7a16c16db4ac06b3e3ca0dd Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Mon, 22 Jul 2024 12:00:39 +0530 Subject: [PATCH] fix: update banner messaging to be more coherent --- server/src/option.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/src/option.rs b/server/src/option.rs index 1e69cadf4..06e693405 100644 --- a/server/src/option.rs +++ b/server/src/option.rs @@ -45,9 +45,8 @@ impl Config { let cli = create_parseable_cli_command() .name("Parseable") .about( - r#"A Cloud Native, log analytics platform -Log Lake for the cloud-native world -"#, + r#" +Cloud Native, log analytics platform for modern applications."#, ) .arg_required_else_help(true) .subcommand_required(true)