summaryrefslogtreecommitdiffstats
path: root/src/bin/bat/clap_app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/bat/clap_app.rs')
-rw-r--r--src/bin/bat/clap_app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/bat/clap_app.rs b/src/bin/bat/clap_app.rs
index 0c28ce7d..cfb9d054 100644
--- a/src/bin/bat/clap_app.rs
+++ b/src/bin/bat/clap_app.rs
@@ -399,8 +399,8 @@ pub fn build_app(interactive_output: bool) -> Command {
Arg::new("squeeze-limit")
.long("squeeze-limit")
.value_parser(|s: &str| s.parse::<usize>().map_err(|_| "Requires a non-negative number".to_owned()))
- .help("The maximum number of consecutive empty lines.")
.long_help("Set the maximum number of consecutive empty lines to be printed.")
+ .hide_short_help(true)
)
.arg(
Arg::new("style")