[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: fix --help for: od -t f[SIZE]
From: |
Pádraig Brady |
Subject: |
[PATCH] doc: fix --help for: od -t f[SIZE] |
Date: |
Fri, 2 Dec 2016 13:11:52 +0000 |
* src/od.c (usage): SIZE is that of float, not integer.
---
src/od.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/od.c b/src/od.c
index 4ea2720..41f0d75 100644
--- 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\
--
2.5.5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] doc: fix --help for: od -t f[SIZE],
Pádraig Brady <=