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
2 changes: 1 addition & 1 deletion src/uu/od/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ od-after-help = Displays data in various human-readable formats. If multiple for
u[SIZE] for unsigned decimal
x[SIZE] for hexadecimal
SIZE is the number of bytes which can be the number 1, 2, 4, 8 or 16,
or C, I, S, L for 1, 2, 4, 8 bytes for integer types,
or C, S, I, L for 1, 2, 4, 8 bytes for integer types,
or F, D, L for 4, 8, 16 bytes for floating point.
Any type specification can have a "z" suffix, which will add a ASCII dump at
the end of the line.
Expand Down
2 changes: 1 addition & 1 deletion src/uu/od/locales/fr-FR.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ od-after-help = Affiche les données dans divers formats lisibles par l'homme. S
u[TAILLE] pour décimal non signé
x[TAILLE] pour hexadécimal
TAILLE est le nombre d'octets qui peut être le nombre 1, 2, 4, 8 ou 16,
ou C, I, S, L pour 1, 2, 4, 8 octets pour les types entiers,
ou C, S, I, L pour 1, 2, 4, 8 octets pour les types entiers,
ou F, D, L pour 4, 8, 16 octets pour les virgules flottantes.
Toute spécification de type peut avoir un suffixe "z", qui ajoutera un dump ASCII
à la fin de la ligne.
Expand Down
Loading