diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:50:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:50:14 +0000 |
commit | 036f29913789093ae18fd409b38d0c060a452af2 (patch) | |
tree | 8049be394c8a3e85e09c612e384ddce4d8a04849 | |
parent | b7f88e01a4f590cd984860c693a9568e239ecdd1 (diff) | |
download | busybox-w32-036f29913789093ae18fd409b38d0c060a452af2.tar.gz busybox-w32-036f29913789093ae18fd409b38d0c060a452af2.tar.bz2 busybox-w32-036f29913789093ae18fd409b38d0c060a452af2.zip |
Cristian Ionescu-Idbohrn says: touchup whitespace/display
-rw-r--r-- | include/usage.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/usage.h b/include/usage.h index 89e20a59a..0dbc82a2c 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -235,7 +235,7 @@ | |||
235 | "" | 235 | "" |
236 | #define bbconfig_full_usage \ | 236 | #define bbconfig_full_usage \ |
237 | "Print the config file which built busybox\n" | 237 | "Print the config file which built busybox\n" |
238 | 238 | ||
239 | #define cp_trivial_usage \ | 239 | #define cp_trivial_usage \ |
240 | "[OPTION]... SOURCE DEST" | 240 | "[OPTION]... SOURCE DEST" |
241 | #define cp_full_usage \ | 241 | #define cp_full_usage \ |
@@ -1451,11 +1451,11 @@ | |||
1451 | "Options:\n" \ | 1451 | "Options:\n" \ |
1452 | "\t-b\t--broadcast\tDisplay calculated broadcast address\n" \ | 1452 | "\t-b\t--broadcast\tDisplay calculated broadcast address\n" \ |
1453 | "\t-n\t--network\tDisplay calculated network address\n" \ | 1453 | "\t-n\t--network\tDisplay calculated network address\n" \ |
1454 | "\t-m\t--netmask\tDisplay default netmask for IP." \ | 1454 | "\t-m\t--netmask\tDisplay default netmask for IP" \ |
1455 | XUSAGE_IPCALC_FANCY( \ | 1455 | XUSAGE_IPCALC_FANCY( \ |
1456 | "\n\t-p\t--prefix\tDisplay the prefix for IP/NETMASK." \ | 1456 | "\n\t-p\t--prefix\tDisplay the prefix for IP/NETMASK\n" \ |
1457 | "\t-h\t--hostname\tDisplay first resolved host name\n" \ | 1457 | "\t-h\t--hostname\tDisplay first resolved host name\n" \ |
1458 | "\t-s\t--silent\tDon't ever display error messages.") | 1458 | "\t-s\t--silent\tDon't ever display error messages") |
1459 | 1459 | ||
1460 | #define ipcrm_trivial_usage \ | 1460 | #define ipcrm_trivial_usage \ |
1461 | "[-[MQS] key] [-[mqs] id]" | 1461 | "[-[MQS] key] [-[mqs] id]" |
@@ -3020,8 +3020,8 @@ | |||
3020 | "\t-t tos\tSet the type-of-service in probe packets to the following value\n" \ | 3020 | "\t-t tos\tSet the type-of-service in probe packets to the following value\n" \ |
3021 | "\t\t(default 0)\n" \ | 3021 | "\t\t(default 0)\n" \ |
3022 | "\t-w wait\tSet the time (in seconds) to wait for a response to a probe\n" \ | 3022 | "\t-w wait\tSet the time (in seconds) to wait for a response to a probe\n" \ |
3023 | "\t\t(default 3 sec.)\n" \ | 3023 | "\t\t(default 3 sec)\n" \ |
3024 | "\t-g\tSpecify a loose source route gateway (8 maximum)" | 3024 | "\t-g\tSpecify a loose source route gateway (8 maximum)" |
3025 | 3025 | ||
3026 | 3026 | ||
3027 | #define true_trivial_usage \ | 3027 | #define true_trivial_usage \ |