diff --git a/src/format.rs b/src/format.rs index febf231..39eb8f2 100644 --- a/src/format.rs +++ b/src/format.rs @@ -99,14 +99,7 @@ impl Display for Format { version, about, long_about, - help_template = r#"{about-section} -{usage-heading} {usage} -{all-args}{tab} - -{name}: {version} -Author: {author-with-newline} -"# -)] + help_template = libpt::cli::args::HELP_TEMPLATE)] #[clap(group( ArgGroup::new("format") .args(&["hex", "bin", "oct", "dec", "base64", "base32", "raw"]),