Skip to content
Merged
Show file tree
Hide file tree
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 @@ -2,8 +2,8 @@ head-about = Print the first 10 lines of each FILE to standard output.
With more than one FILE, precede each with a header giving the file name.
With no FILE, or when FILE is -, read standard input.
Mandatory arguments to long flags are mandatory for short flags too.
head-usage = head [FLAG]... [FILE]...
Mandatory arguments to long options are mandatory for short options too.
head-usage = head [OPTION]... [FILE]...
# Help messages
head-help-bytes = print the first NUM bytes of each file;
Expand Down
2 changes: 1 addition & 1 deletion src/uu/head/locales/fr-FR.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ head-about = Affiche les 10 premières lignes de chaque FICHIER sur la sortie st
Sans FICHIER, ou quand FICHIER est -, lit l'entrée standard.

Les arguments obligatoires pour les options longues sont obligatoires pour les options courtes aussi.
head-usage = head [DRAPEAU]... [FICHIER]...
head-usage = head [OPTION]... [FICHIER]...

# Messages d'aide
head-help-bytes = affiche les premiers NUM octets de chaque fichier ;
Expand Down
5 changes: 3 additions & 2 deletions src/uu/tail/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
tail-about = Print the last 10 lines of each FILE to standard output.
With more than one FILE, precede each with a header giving the file name.
With no FILE, or when FILE is -, read standard input.
Mandatory arguments to long flags are mandatory for short flags too.
tail-usage = tail [FLAG]... [FILE]...

Mandatory arguments to long options are mandatory for short options too.
tail-usage = tail [OPTION]... [FILE]...

# Help messages
tail-help-bytes = Number of bytes to print
Expand Down
1 change: 1 addition & 0 deletions src/uu/tail/locales/fr-FR.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tail-about = Afficher les 10 dernières lignes de chaque FICHIER sur la sortie standard.
Avec plus d'un FICHIER, précéder chacun d'un en-tête donnant le nom du fichier.
Sans FICHIER, ou quand FICHIER est -, lire l'entrée standard.

Les arguments obligatoires pour les options longues sont également obligatoires pour les options courtes.
tail-usage = tail [OPTION]... [FICHIER]...

Expand Down
Loading