diff options
Diffstat (limited to 'toys/posix/cksum.c')
-rw-r--r-- | toys/posix/cksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/cksum.c b/toys/posix/cksum.c index ee7c6f54..6e5b915c 100644 --- a/toys/posix/cksum.c +++ b/toys/posix/cksum.c @@ -11,7 +11,7 @@ config CKSUM bool "cksum" default y help - usage: cksum [-IPLN] [file...] + usage: cksum [-IPLN] [FILE...] For each file, output crc32 checksum value, length and name of file. If no files listed, copy from stdin. Filename "-" is a synonym for stdin. |