Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions server/src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down