From 6621a1d6d677f2d9744f4fc94e9711622e96980b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 16 Dec 2023 10:30:17 +0100 Subject: [PATCH] Apply the change from c32e730a1f0f0625158571dd528cde7519515f81 too --- src/uu/pinky/src/platform/unix.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uu/pinky/src/platform/unix.rs b/src/uu/pinky/src/platform/unix.rs index 381acacd2..ecea2b9f2 100644 --- a/src/uu/pinky/src/platform/unix.rs +++ b/src/uu/pinky/src/platform/unix.rs @@ -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)?;