diff --git a/src/uu/od/locales/en-US.ftl b/src/uu/od/locales/en-US.ftl index 8612856b32a..38bf1c57764 100644 --- a/src/uu/od/locales/en-US.ftl +++ b/src/uu/od/locales/en-US.ftl @@ -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. diff --git a/src/uu/od/locales/fr-FR.ftl b/src/uu/od/locales/fr-FR.ftl index 0cc7bf17e50..712550667eb 100644 --- a/src/uu/od/locales/fr-FR.ftl +++ b/src/uu/od/locales/fr-FR.ftl @@ -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.