Merge pull request #8344 from cakebaker/od_fix_typo

od: fix typo in help
This commit is contained in:
Sylvestre Ledru
2025-07-17 22:09:26 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.