1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

fix whitespace

This commit is contained in:
TechHara 2022-12-13 21:02:16 -05:00
parent 27dfe63f4c
commit 76f818da05

View file

@ -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.