Skip to content

Commit 4c11455

Browse files
author
Devdutt Shenoi
authored
Merge branch 'main' into fix-update-stream
2 parents e8f76ef + d332358 commit 4c11455

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/option.rs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,16 @@ impl Config {
4949
.name("Parseable")
5050
.about(
5151
r#"
52-
Cloud Native, log analytics platform for modern applications."#,
52+
Cloud Native, log analytics platform for modern applications.
53+
54+
Usage:
55+
parseable [command] [options..]
56+
57+
58+
Help:
59+
parseable [command] --help
60+
61+
"#,
5362
)
5463
.arg_required_else_help(true)
5564
.subcommand_required(true)

0 commit comments

Comments
 (0)