mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
refactor: use override_help instead of override_usage
This commit is contained in:
parent
e82ba6e707
commit
b84a94b889
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue