From 24670c3a686e0fa77d1b8ddadf1cb3a5479af1d5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 27 Feb 2026 12:39:08 -0600 Subject: [PATCH] diff -F requires an argument, it isn't optional (and thus doesn't need to be collated). --- 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 362365df..719332e5 100644 --- a/toys/pending/diff.c +++ b/toys/pending/diff.c @@ -8,7 +8,7 @@ * * Deviations from posix: always does -u -USE_DIFF(NEWTOY(diff, "<2>2(unchanged-line-format):;(old-line-format):;(no-dereference);(new-line-format):;(color)(strip-trailing-cr)B(ignore-blank-lines)d(minimal)b(ignore-space-change)ut(expand-tabs)w(ignore-all-space)i(ignore-case)T(initial-tab)s(report-identical-files)q(brief)a(text)S(starting-file):F(show-function-line):;L(label)*N(new-file)r(recursive)U(unified)#<0=3", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_ARGFAIL(2))) +USE_DIFF(NEWTOY(diff, "<2>2(unchanged-line-format):;(old-line-format):;(no-dereference);(new-line-format):;(color)(strip-trailing-cr)B(ignore-blank-lines)d(minimal)b(ignore-space-change)ut(expand-tabs)w(ignore-all-space)i(ignore-case)T(initial-tab)s(report-identical-files)q(brief)a(text)S(starting-file):F(show-function-line):L(label)*N(new-file)r(recursive)U(unified)#<0=3", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_ARGFAIL(2))) config DIFF bool "diff" -- 2.39.5