refactor: use override_help instead of override_usage

This commit is contained in:
m11o 2023-04-22 16:11:36 +09:00
parent e82ba6e707
commit b84a94b889

View file

@ -99,7 +99,7 @@ pub fn uu_app() -> Command {
Command::new(uucore::util_name())
.version(crate_version!())
.about(ABOUT)
.override_help(format_usage(USAGE))
.override_usage(format_usage(USAGE))
.infer_long_args(true)
.arg(
Arg::new(OPT_CANONICALIZE)