From d319b974b8d3b91f9df17ae18bfcf27fbc2d336f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 20 Oct 2021 22:27:47 -0500 Subject: [PATCH] Help text tweak. --- toys/posix/cut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/posix/cut.c b/toys/posix/cut.c index 4e9f56c1..c4f34f95 100644 --- a/toys/posix/cut.c +++ b/toys/posix/cut.c @@ -16,7 +16,7 @@ config CUT bool "cut" default y help - usage: cut [-Ds] [-bcfF LIST] [-dO DELIM] [FILE...] + usage: cut [-Ds] [-bcCfF LIST] [-dO DELIM] [FILE...] Print selected parts of lines from each FILE to standard output. -- 2.39.2