mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
head: improve help grammar
This commit is contained in:
committed by
Daniel Hofstetter
parent
7b0e7e4cbf
commit
f59f86a587
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user