mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
od: fix typo in help
This commit is contained in:
parent
a72a1c74d3
commit
4e281313ad
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue