head: improve help grammar

This commit is contained in:
Magnus Markling
2026-02-10 08:50:40 +01:00
committed by Daniel Hofstetter
parent 7b0e7e4cbf
commit f59f86a587
+2 -2
View File
@@ -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