From 2f9b215b313016e703c558cca1e12e3dcb563a06 Mon Sep 17 00:00:00 2001 From: Elie De Brauwer Date: Sat, 11 Feb 2012 13:48:04 +0100 Subject: Correct cksum parameters and clarify -N option --- toys/cksum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toys/cksum.c b/toys/cksum.c index 69609a28..213bc74a 100644 --- a/toys/cksum.c +++ b/toys/cksum.c @@ -12,7 +12,7 @@ config CKSUM bool "cksum" default y help - usage: cksum [-FL] [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. @@ -20,7 +20,7 @@ config CKSUM -L Little endian (defaults to big endian) -P Pre-inversion -I Skip post-inversion - -N No length + -N Do not include length in CRC calculation */ #include "toys.h" -- cgit v1.2.3