diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |