diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-20 20:07:00 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-20 20:07:00 +0000 |
commit | c03f2aadc6da189eb0ca078f292e7c59e1b3d5ed (patch) | |
tree | 790bc25d64b7de8b7130f363bb6322232c6dd625 /Config.h | |
parent | a17e4e84ec6dc6f75830fb23e51ef7702f6b2031 (diff) | |
download | busybox-w32-c03f2aadc6da189eb0ca078f292e7c59e1b3d5ed.tar.gz busybox-w32-c03f2aadc6da189eb0ca078f292e7c59e1b3d5ed.tar.bz2 busybox-w32-c03f2aadc6da189eb0ca078f292e7c59e1b3d5ed.zip |
Clarify the statusbar config option so it states which applet it applies to.
git-svn-id: svn://busybox.net/trunk/busybox@1626 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ | |||
283 | // #define BB_FEATURE_INSTALLER | 283 | // #define BB_FEATURE_INSTALLER |
284 | // | 284 | // |
285 | // Enable a nifty progress meter in wget (adds just under 2k) | 285 | // Enable a nifty progress meter in wget (adds just under 2k) |
286 | #define BB_FEATURE_STATUSBAR | 286 | #define BB_FEATURE_WGET_STATUSBAR |
287 | // | 287 | // |
288 | // Clean up all memory before exiting -- usually not needed | 288 | // Clean up all memory before exiting -- usually not needed |
289 | // as the OS can clean up... Don't enable this unless you | 289 | // as the OS can clean up... Don't enable this unless you |