mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
refactor: use override_help instead of override_usage
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user