aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-21 04:32:03 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-21 04:32:03 +0000
commitbf28ed88349b4a04e3434728087619294dfe8e00 (patch)
treefa92119f59e57f89f2da4da0e63ff5057bf51674
parent0a6b0bfa7a821b594d237611e3f1effb1b3692fc (diff)
downloadbusybox-w32-bf28ed88349b4a04e3434728087619294dfe8e00.tar.gz
busybox-w32-bf28ed88349b4a04e3434728087619294dfe8e00.tar.bz2
busybox-w32-bf28ed88349b4a04e3434728087619294dfe8e00.zip
eat extraneous newlines at the end of applet full usage
-rw-r--r--include/usage.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/include/usage.h b/include/usage.h
index 63cd79f0e..3272e91d1 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -250,7 +250,7 @@
250#define bbconfig_trivial_usage \ 250#define bbconfig_trivial_usage \
251 "" 251 ""
252#define bbconfig_full_usage \ 252#define bbconfig_full_usage \
253 "Print the config file which built busybox\n" 253 "Print the config file which built busybox"
254 254
255#define cp_trivial_usage \ 255#define cp_trivial_usage \
256 "[OPTION]... SOURCE DEST" 256 "[OPTION]... SOURCE DEST"
@@ -642,7 +642,7 @@
642 "Options:\n" \ 642 "Options:\n" \
643 "\t-b\t\tSend wake-up packet to the broadcast address\n" \ 643 "\t-b\t\tSend wake-up packet to the broadcast address\n" \
644 "\t-i iface\tUse interface ifname instead of the default \"eth0\"\n" \ 644 "\t-i iface\tUse interface ifname instead of the default \"eth0\"\n" \
645 "\t-p pass\tAppend the four or six byte password PW to the packet\n" 645 "\t-p pass\tAppend the four or six byte password PW to the packet"
646 646
647#define expr_trivial_usage \ 647#define expr_trivial_usage \
648 "EXPRESSION" 648 "EXPRESSION"
@@ -884,7 +884,8 @@
884 "\t-s Don't print or kill anything.\n" \ 884 "\t-s Don't print or kill anything.\n" \
885 "\t-4 When using port/proto only search IPv4 space\n" \ 885 "\t-4 When using port/proto only search IPv4 space\n" \
886 "\t-6 When using port/proto only search IPv6 space\n" \ 886 "\t-6 When using port/proto only search IPv6 space\n" \
887 "\t-SIGNAL When used with -k, this signal will be used to kill\n" 887 "\t-SIGNAL When used with -k, this signal will be used to kill"
888
888#define getopt_trivial_usage \ 889#define getopt_trivial_usage \
889 "[OPTIONS]..." 890 "[OPTIONS]..."
890#define getopt_full_usage \ 891#define getopt_full_usage \
@@ -1016,7 +1017,7 @@
1016 "Options:\n" \ 1017 "Options:\n" \
1017 "\t-d\t\tdelay interval for halting\n" \ 1018 "\t-d\t\tdelay interval for halting\n" \
1018 "\t-n\t\tno call to sync()\n" \ 1019 "\t-n\t\tno call to sync()\n" \
1019 "\t-f\t\tforce halt (don't go through init)\n" 1020 "\t-f\t\tforce halt (don't go through init)"
1020 1021
1021#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY 1022#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY
1022#define USAGE_HDPARM_IDENT(a) a 1023#define USAGE_HDPARM_IDENT(a) a
@@ -1521,7 +1522,7 @@
1521 "to remove a segment by shmid value.\n" \ 1522 "to remove a segment by shmid value.\n" \
1522 "\t-m | -M\tRemove the memory segment after the last detatch\n" \ 1523 "\t-m | -M\tRemove the memory segment after the last detatch\n" \
1523 "\t-q | -Q\tRemove the message queue\n" \ 1524 "\t-q | -Q\tRemove the message queue\n" \
1524 "\t-s | -S\tRemove the semaphore\n" 1525 "\t-s | -S\tRemove the semaphore"
1525 1526
1526#define ipcs_trivial_usage \ 1527#define ipcs_trivial_usage \
1527 "[[-smq] -i shmid] | [[-asmq] [-tclup]]" 1528 "[[-smq] -i shmid] | [[-asmq] [-tclup]]"
@@ -1537,7 +1538,7 @@
1537 "\t-p\tpid\n" \ 1538 "\t-p\tpid\n" \
1538 "\t-s\tcreator\n" \ 1539 "\t-s\tcreator\n" \
1539 "\t-a\tlimits\n" \ 1540 "\t-a\tlimits\n" \
1540 "\t-i\tsummary\n" 1541 "\t-i\tsummary"
1541 1542
1542#define iplink_trivial_usage \ 1543#define iplink_trivial_usage \
1543 "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }" 1544 "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"
@@ -1624,7 +1625,7 @@
1624 "\t\tfile\n" \ 1625 "\t\tfile\n" \
1625 "\t-~\tSuppress ~s displayed when input past the end of the file is\n" \ 1626 "\t-~\tSuppress ~s displayed when input past the end of the file is\n" \
1626 "\t\treached.\n" \ 1627 "\t\treached.\n" \
1627 "\t-h, -?\tDisplay this help message\n" 1628 "\t-h, -?\tDisplay this help message"
1628 1629
1629#define setarch_trivial_usage \ 1630#define setarch_trivial_usage \
1630 "<personality> <program> [args ...]" 1631 "<personality> <program> [args ...]"
@@ -2022,7 +2023,7 @@
2022 "\t-q\tQuiet output\n" \ 2023 "\t-q\tQuiet output\n" \
2023 "\t-r\tRemove module (stacks) or do autoclean\n" \ 2024 "\t-r\tRemove module (stacks) or do autoclean\n" \
2024 "\t-s\tReport via syslog instead of stderr\n" \ 2025 "\t-s\tReport via syslog instead of stderr\n" \
2025 "\t-v\tVerbose output\n\n" 2026 "\t-v\tVerbose output"
2026#define modprobe_notes_usage \ 2027#define modprobe_notes_usage \
2027"modprobe can (un)load a stack of modules, passing each module options (when\n" \ 2028"modprobe can (un)load a stack of modules, passing each module options (when\n" \
2028"loading). modprobe uses a configuration file to determine what option(s) to\n" \ 2029"loading). modprobe uses a configuration file to determine what option(s) to\n" \
@@ -2387,7 +2388,7 @@
2387 "Options:\n" \ 2388 "Options:\n" \
2388 "\t-d\t\tdelay interval for halting\n" \ 2389 "\t-d\t\tdelay interval for halting\n" \
2389 "\t-n\t\tno call to sync()\n" \ 2390 "\t-n\t\tno call to sync()\n" \
2390 "\t-f\t\tforce power off (don't go through init)\n" 2391 "\t-f\t\tforce power off (don't go through init)"
2391 2392
2392#define printenv_trivial_usage \ 2393#define printenv_trivial_usage \
2393 "[VARIABLES...]" 2394 "[VARIABLES...]"
@@ -2492,7 +2493,7 @@
2492 "Options:\n" \ 2493 "Options:\n" \
2493 "\t-d\t\tdelay interval for rebooting\n" \ 2494 "\t-d\t\tdelay interval for rebooting\n" \
2494 "\t-n\t\tno call to sync()\n" \ 2495 "\t-n\t\tno call to sync()\n" \
2495 "\t-f\t\tforce reboot (don't go through init)\n" 2496 "\t-f\t\tforce reboot (don't go through init)"
2496 2497
2497#define renice_trivial_usage \ 2498#define renice_trivial_usage \
2498 "{{-n INCREMENT} | PRIORITY} [[ -p | -g | -u ] ID ...]" 2499 "{{-n INCREMENT} | PRIORITY} [[ -p | -g | -u ] ID ...]"
@@ -3243,7 +3244,7 @@
3243 "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \ 3244 "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \
3244 "[-T last-check-time] [-U UUID] device" 3245 "[-T last-check-time] [-U UUID] device"
3245#define tune2fs_full_usage \ 3246#define tune2fs_full_usage \
3246 "Adjust filesystem options on ext[23] filesystems.\n\n" 3247 "Adjust filesystem options on ext[23] filesystems."
3247 3248
3248#define udhcpc_trivial_usage \ 3249#define udhcpc_trivial_usage \
3249 "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" 3250 "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
@@ -3530,6 +3531,6 @@
3530 "\t-f foreground mode\n" \ 3531 "\t-f foreground mode\n" \
3531 "\t-q quit after address (no daemon)\n" \ 3532 "\t-q quit after address (no daemon)\n" \
3532 "\t-r 169.254.x.x request this address first\n" \ 3533 "\t-r 169.254.x.x request this address first\n" \
3533 "\t-v verbose; show version\n" 3534 "\t-v verbose; show version"
3534 3535
3535#endif /* __BB_USAGE_H__ */ 3536#endif /* __BB_USAGE_H__ */