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 /include/busybox.h | |
parent | 69229a6c92a2d73bcee7c06eb79bd0a4f40d4e16 (diff) | |
download | busybox-w32-6050618096ab058d29264a6d6b604275b44121bb.tar.gz busybox-w32-6050618096ab058d29264a6d6b604275b44121bb.tar.bz2 busybox-w32-6050618096ab058d29264a6d6b604275b44121bb.zip |
Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
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[]; | |||
257 | extern const char free_usage[]; | 257 | extern const char free_usage[]; |
258 | extern const char freeramdisk_usage[]; | 258 | extern const char freeramdisk_usage[]; |
259 | extern const char fsck_minix_usage[]; | 259 | extern const char fsck_minix_usage[]; |
260 | extern const char getopt_usage[]; | ||
260 | extern const char grep_usage[]; | 261 | extern const char grep_usage[]; |
261 | extern const char gunzip_usage[]; | 262 | extern const char gunzip_usage[]; |
262 | extern const char gzip_usage[]; | 263 | extern const char gzip_usage[]; |