diff options
| author | Rob Landley <rob@landley.net> | 2006-04-18 20:57:28 +0000 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2006-04-18 20:57:28 +0000 |
| commit | 856489b63c276571387a9646d418081b5609628b (patch) | |
| tree | 298605b657f6e9c5338a24907ffee31f71f578a7 /include/usage.h | |
| parent | bbd50b58ea82ff64d7a522d6fa9a3c828ba47531 (diff) | |
| download | busybox-w32-856489b63c276571387a9646d418081b5609628b.tar.gz busybox-w32-856489b63c276571387a9646d418081b5609628b.tar.bz2 busybox-w32-856489b63c276571387a9646d418081b5609628b.zip | |
New applet cksum, from Rob Sullivan.
Diffstat (limited to 'include/usage.h')
| -rw-r--r-- | include/usage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index d458936ca..3edb0f7ca 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -224,6 +224,11 @@ | |||
| 224 | #define chvt_full_usage \ | 224 | #define chvt_full_usage \ |
| 225 | "Changes the foreground virtual terminal to /dev/ttyN" | 225 | "Changes the foreground virtual terminal to /dev/ttyN" |
| 226 | 226 | ||
| 227 | #define cksum_trivial_usage \ | ||
| 228 | "FILES..." | ||
| 229 | #define cksum_full_usage \ | ||
| 230 | "Calculates the CRC32 checksums of FILES." | ||
| 231 | |||
| 227 | #define clear_trivial_usage \ | 232 | #define clear_trivial_usage \ |
| 228 | "" | 233 | "" |
| 229 | #define clear_full_usage \ | 234 | #define clear_full_usage \ |
