]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix --help for: od -t f[SIZE]
authorPádraig Brady <P@draigBrady.com>
Fri, 2 Dec 2016 13:10:18 +0000 (13:10 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 2 Dec 2016 13:10:18 +0000 (13:10 +0000)
* src/od.c (usage): SIZE is that of float, not integer.

src/od.c

index 4ea27206758313ac8a59ec9589c42877e901abff..41f0d7512063153219f4c4c79c4083ccec83429d 100644 (file)
--- a/src/od.c
+++ b/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\