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)