mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +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…
Add table
Add a link
Reference in a new issue