diff options
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 @@ //usage:#if ENABLE_DESKTOP //usage:#define od_trivial_usage -//usage: "[-abcdfhilovxs] [-t TYPE] [-A RADIX] [-N SIZE] [-j SKIP] [-S MINSTR] [-w WIDTH] [FILE...]" +//usage: "[-abcdfhilovxs] [-t TYPE] [-A RADIX] [-N SIZE] [-j SKIP] [-S MINSTR] [-w WIDTH] [FILE]..." // We don't support: // ... [FILE] [[+]OFFSET[.][b]] // Support is buggy for: |