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:
2
src/od.c
2
src/od.c
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user