Skip to content

Commit 1adbcd2

Browse files
authored
fix: update banner messaging to be more coherent (#853)
1 parent e80f241 commit 1adbcd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

server/src/option.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ impl Config {
4545
let cli = create_parseable_cli_command()
4646
.name("Parseable")
4747
.about(
48-
r#"A Cloud Native, log analytics platform
49-
Log Lake for the cloud-native world
50-
"#,
48+
r#"
49+
Cloud Native, log analytics platform for modern applications."#,
5150
)
5251
.arg_required_else_help(true)
5352
.subcommand_required(true)

0 commit comments

Comments
 (0)