Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/uu/head/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading