From 76f818da0591bf7dd72bcda92df415443910f81f Mon Sep 17 00:00:00 2001 From: TechHara Date: Tue, 13 Dec 2022 21:02:16 -0500 Subject: [PATCH] fix whitespace --- src/uu/cut/src/cut.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/cut/src/cut.rs b/src/uu/cut/src/cut.rs index 2645a2dee..cc8a348bb 100644 --- a/src/uu/cut/src/cut.rs +++ b/src/uu/cut/src/cut.rs @@ -88,7 +88,7 @@ static LONG_HELP: &str = " If not set, a default delimiter of Tab will be used. If the -w option is provided, fields will be separated by any number - of whitespace characters (Space and Tab). The output delimiter will + of whitespace characters (Space and Tab). The output delimiter will be a Tab unless explicitly specified. Only one of -d or -w option can be specified. This is an extension adopted from FreeBSD.