diff options
Diffstat (limited to 'coreutils/cksum.c')
-rw-r--r-- | coreutils/cksum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index aeec0188d..9034fc19a 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c | |||
@@ -17,9 +17,9 @@ | |||
17 | //kbuild:lib-$(CONFIG_CKSUM) += cksum.o | 17 | //kbuild:lib-$(CONFIG_CKSUM) += cksum.o |
18 | 18 | ||
19 | //usage:#define cksum_trivial_usage | 19 | //usage:#define cksum_trivial_usage |
20 | //usage: "FILES..." | 20 | //usage: "FILE..." |
21 | //usage:#define cksum_full_usage "\n\n" | 21 | //usage:#define cksum_full_usage "\n\n" |
22 | //usage: "Calculate the CRC32 checksums of FILES" | 22 | //usage: "Calculate the CRC32 checksums of FILEs" |
23 | 23 | ||
24 | #include "libbb.h" | 24 | #include "libbb.h" |
25 | #include "common_bufsiz.h" | 25 | #include "common_bufsiz.h" |