From f14ad9208ba4ecf31276619164e10ee9263865a5 Mon Sep 17 00:00:00 2001 From: Magnus Markling Date: Tue, 10 Feb 2026 07:19:07 +0100 Subject: [PATCH] head: improve help grammar --- src/uu/head/locales/en-US.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/head/locales/en-US.ftl b/src/uu/head/locales/en-US.ftl index 9b214320638..25cabeaf2a3 100644 --- a/src/uu/head/locales/en-US.ftl +++ b/src/uu/head/locales/en-US.ftl @@ -7,10 +7,10 @@ head-usage = head [FLAG]... [FILE]... # Help messages head-help-bytes = print the first NUM bytes of each file; - with the leading '-', print all but the last + with a leading '-', print all but the last NUM bytes of each file head-help-lines = print the first NUM lines instead of the first 10; - with the leading '-', print all but the last + with a leading '-', print all but the last NUM lines of each file head-help-quiet = never print headers giving file names head-help-verbose = always print headers giving file names