diff options
author | Mark Whitley <markw@lineo.com> | 2000-10-19 22:28:06 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-10-19 22:28:06 +0000 |
commit | 6050618096ab058d29264a6d6b604275b44121bb (patch) | |
tree | 5818d62ef16fefe16ea1b4e412ad06a50c87f599 /busybox.h | |
parent | 69229a6c92a2d73bcee7c06eb79bd0a4f40d4e16 (diff) |
Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -257,6 +257,7 @@ extern const char find_usage[]; extern const char free_usage[]; extern const char freeramdisk_usage[]; extern const char fsck_minix_usage[]; +extern const char getopt_usage[]; extern const char grep_usage[]; extern const char gunzip_usage[]; extern const char gzip_usage[]; |