We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80f241 commit 1adbcd2Copy full SHA for 1adbcd2
server/src/option.rs
@@ -45,9 +45,8 @@ impl Config {
45
let cli = create_parseable_cli_command()
46
.name("Parseable")
47
.about(
48
- r#"A Cloud Native, log analytics platform
49
-Log Lake for the cloud-native world
50
-"#,
+ r#"
+Cloud Native, log analytics platform for modern applications."#,
51
)
52
.arg_required_else_help(true)
53
.subcommand_required(true)
0 commit comments