Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]

This commit is contained in:
Mark Whitley
2000-10-19 22:28:06 +00:00
parent 69229a6c92
commit 6050618096
8 changed files with 44 additions and 36 deletions

View File

@@ -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[];