1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

doc: fix --help for: od -t f[SIZE]

* src/od.c (usage): SIZE is that of float, not integer.
This commit is contained in:
Pádraig Brady
2016-12-02 13:10:18 +00:00
parent fbb337e1c3
commit 11c1b73c1b

View File

@@ -390,7 +390,7 @@ TYPE is made up of one or more of these specifications:\n\
"), stdout);
fputs (_("\
d[SIZE] signed decimal, SIZE bytes per integer\n\
f[SIZE] floating point, SIZE bytes per integer\n\
f[SIZE] floating point, SIZE bytes per float\n\
o[SIZE] octal, SIZE bytes per integer\n\
u[SIZE] unsigned decimal, SIZE bytes per integer\n\
x[SIZE] hexadecimal, SIZE bytes per integer\n\