1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Apply the change from c32e730a1f too

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

View file

@ -31,8 +31,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)?;