diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-21 20:30:51 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-21 20:30:51 +0000 |
commit | 9cf9dad93666777f825ef46617056871534bec1f (patch) | |
tree | b6f1eb9281b70d0723d82a68ed090e619dbbf606 /applets/usage.h | |
parent | 63a2ff929f13762d6d843471d1364c99959c7466 (diff) | |
download | busybox-w32-9cf9dad93666777f825ef46617056871534bec1f.tar.gz busybox-w32-9cf9dad93666777f825ef46617056871534bec1f.tar.bz2 busybox-w32-9cf9dad93666777f825ef46617056871534bec1f.zip |
Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug
#1130 (i.e. When you turn on features it should always ADD features)
git-svn-id: svn://busybox.net/trunk/busybox@2690 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/usage.h b/applets/usage.h index b442e8b35..63c00c674 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -1166,7 +1166,7 @@ | |||
1166 | "Name: debian\n" \ | 1166 | "Name: debian\n" \ |
1167 | "Address: 127.0.0.1\n" | 1167 | "Address: 127.0.0.1\n" |
1168 | 1168 | ||
1169 | #ifdef BB_FEATURE_SIMPLE_PING | 1169 | #ifndef BB_FEATURE_FANCY_PING |
1170 | #define ping_trivial_usage "host" | 1170 | #define ping_trivial_usage "host" |
1171 | #define ping_full_usage "Send ICMP ECHO_REQUEST packets to network hosts" | 1171 | #define ping_full_usage "Send ICMP ECHO_REQUEST packets to network hosts" |
1172 | #else | 1172 | #else |
@@ -1433,7 +1433,7 @@ | |||
1433 | "$ syslogd -R 192.168.1.1:601\n" | 1433 | "$ syslogd -R 192.168.1.1:601\n" |
1434 | 1434 | ||
1435 | 1435 | ||
1436 | #ifdef BB_FEATURE_SIMPLE_TAIL | 1436 | #ifndef BB_FEATURE_FANCY_TAIL |
1437 | #define USAGE_UNSIMPLE_TAIL(a) | 1437 | #define USAGE_UNSIMPLE_TAIL(a) |
1438 | #else | 1438 | #else |
1439 | #define USAGE_UNSIMPLE_TAIL(a) a | 1439 | #define USAGE_UNSIMPLE_TAIL(a) a |