From 6050618096ab058d29264a6d6b604275b44121bb Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 19 Oct 2000 22:28:06 +0000 Subject: Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] --- include/busybox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/busybox.h b/include/busybox.h index 84d0ddad8..7f4d55f3d 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -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[]; -- cgit v1.2.3