From 295d91ae38710476cbf57669a105b297a554aabb Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 27 Feb 2026 13:49:47 -0500 Subject: [PATCH] diff: remove stray space in help. --- toys/pending/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/pending/diff.c b/toys/pending/diff.c index f57dbf62..00d0122f 100644 --- a/toys/pending/diff.c +++ b/toys/pending/diff.c @@ -15,7 +15,7 @@ config DIFF bool "diff" default n help - usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] [-F REGEX ] FILE1 FILE2 + usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] [-F REGEX] FILE1 FILE2 -a Treat all files as text -b Ignore changes in the amount of whitespace -- 2.39.5