mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #8344 from cakebaker/od_fix_typo
od: fix typo in help
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user