1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

Apply change from c32e730a1f

This commit is contained in:
Sylvestre Ledru 2023-12-16 10:30:47 +01:00 committed by GitHub
parent 6621a1d6d6
commit afc6ac8114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,6 @@ fn get_long_usage() -> String {
}
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
let args = args.collect_ignore();
let matches = uu_app()
.after_help(get_long_usage())
.try_get_matches_from(args)?;