Skip to content

Commit

Permalink
add info about --help from -h
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <chmouel@chmouel.com>
  • Loading branch information
chmouel committed Apr 26, 2022
1 parent 411b0ac commit 871d7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ pub fn build_cli() -> Command<'static> {
.version(crate_version!())
.color(clap_color_choice)
.after_help(
r#"You just need to pipe to snazy some logs formatted as json to humm (sorry) snazzy them 💄
eg: `kubectl logs -f controller-pod|snazy`"#
"You just need to pipe to snazy some logs formatted as json to humm (sorry) snazzy them 💄,eg:\n\
kubectl logs -f controller-pod|snazy\n\
Note: `fd -h` prints a short and concise overview while `fd --help` gives all details.",
)

.arg(
Arg::new("regexp")
.long("regexp")
Expand Down

0 comments on commit 871d7e2

Please sign in to comment.