Skip to content

Commit

Permalink
Merge branch 'main' into fix-update-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh authored Dec 25, 2024
2 parents e8f76ef + d332358 commit 4c11455
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ impl Config {
.name("Parseable")
.about(
r#"
Cloud Native, log analytics platform for modern applications."#,
Cloud Native, log analytics platform for modern applications.
Usage:
parseable [command] [options..]
Help:
parseable [command] --help
"#,
)
.arg_required_else_help(true)
.subcommand_required(true)
Expand Down

0 comments on commit 4c11455

Please sign in to comment.