diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-19 12:46:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-19 12:46:59 +0200 |
commit | e3e0d2b81281e049db1abbdef11a2d0da079ca8f (patch) | |
tree | c39cf9a586f5388a5191cffa21418c4bf0378b67 /coreutils | |
parent | 9b78e14dfb891e3f53685e284bc9d5e3bf25f5a6 (diff) | |
download | busybox-w32-e3e0d2b81281e049db1abbdef11a2d0da079ca8f.tar.gz busybox-w32-e3e0d2b81281e049db1abbdef11a2d0da079ca8f.tar.bz2 busybox-w32-e3e0d2b81281e049db1abbdef11a2d0da079ca8f.zip |
tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 347f879d7..2f6650153 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | //usage:#if ENABLE_DESKTOP | 26 | //usage:#if ENABLE_DESKTOP |
27 | //usage:#define od_trivial_usage | 27 | //usage:#define od_trivial_usage |
28 | //usage: "[-abcdfhilovxs] [-t TYPE] [-A RADIX] [-N SIZE] [-j SKIP] [-S MINSTR] [-w WIDTH] [FILE...]" | 28 | //usage: "[-abcdfhilovxs] [-t TYPE] [-A RADIX] [-N SIZE] [-j SKIP] [-S MINSTR] [-w WIDTH] [FILE]..." |
29 | // We don't support: | 29 | // We don't support: |
30 | // ... [FILE] [[+]OFFSET[.][b]] | 30 | // ... [FILE] [[+]OFFSET[.][b]] |
31 | // Support is buggy for: | 31 | // Support is buggy for: |