eat extraneous newlines at the end of applet full usage
authorMike Frysinger <vapier@gentoo.org>
Tue, 21 Feb 2006 04:32:03 +0000 (04:32 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 21 Feb 2006 04:32:03 +0000 (04:32 -0000)
include/usage.h

index 63cd79f0eeb9caa53c290d556c9ee0d9a5663ede..3272e91d1b42d6a548a3316e3946572ab231b2c5 100644 (file)
 #define bbconfig_trivial_usage \
        ""
 #define bbconfig_full_usage \
-       "Print the config file which built busybox\n"
+       "Print the config file which built busybox"
 
 #define cp_trivial_usage \
        "[OPTION]... SOURCE DEST"
        "Options:\n" \
        "\t-b\t\tSend wake-up packet to the broadcast address\n" \
        "\t-i iface\tUse interface ifname instead of the default \"eth0\"\n" \
-       "\t-p pass\tAppend the four or six byte password PW to the packet\n"
+       "\t-p pass\tAppend the four or six byte password PW to the packet"
 
 #define expr_trivial_usage \
        "EXPRESSION"
        "\t-s         Don't print or kill anything.\n" \
        "\t-4         When using port/proto only search IPv4 space\n" \
        "\t-6         When using port/proto only search IPv6 space\n" \
-       "\t-SIGNAL    When used with -k, this signal will be used to kill\n"
+       "\t-SIGNAL    When used with -k, this signal will be used to kill"
+
 #define getopt_trivial_usage \
        "[OPTIONS]..."
 #define getopt_full_usage \
        "Options:\n" \
        "\t-d\t\tdelay interval for halting\n" \
        "\t-n\t\tno call to sync()\n" \
-       "\t-f\t\tforce halt (don't go through init)\n"
+       "\t-f\t\tforce halt (don't go through init)"
 
 #ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY
 #define USAGE_HDPARM_IDENT(a) a
        "to remove a segment by shmid value.\n" \
        "\t-m | -M\tRemove the memory segment after the last detatch\n" \
        "\t-q | -Q\tRemove the message queue\n" \
-       "\t-s | -S\tRemove the semaphore\n"
+       "\t-s | -S\tRemove the semaphore"
 
 #define ipcs_trivial_usage \
        "[[-smq] -i shmid] | [[-asmq] [-tclup]]"
        "\t-p\tpid\n" \
        "\t-s\tcreator\n" \
        "\t-a\tlimits\n" \
-       "\t-i\tsummary\n"
+       "\t-i\tsummary"
 
 #define iplink_trivial_usage \
        "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"
        "\t\tfile\n" \
        "\t-~\tSuppress ~s displayed when input past the end of the file is\n" \
        "\t\treached.\n" \
-       "\t-h, -?\tDisplay this help message\n"
+       "\t-h, -?\tDisplay this help message"
 
 #define setarch_trivial_usage \
        "<personality> <program> [args ...]"
        "\t-q\tQuiet output\n" \
        "\t-r\tRemove module (stacks) or do autoclean\n" \
        "\t-s\tReport via syslog instead of stderr\n" \
-       "\t-v\tVerbose output\n\n"
+       "\t-v\tVerbose output"
 #define modprobe_notes_usage \
 "modprobe can (un)load a stack of modules, passing each module options (when\n" \
 "loading). modprobe uses a configuration file to determine what option(s) to\n" \
        "Options:\n" \
        "\t-d\t\tdelay interval for halting\n" \
        "\t-n\t\tno call to sync()\n" \
-       "\t-f\t\tforce power off (don't go through init)\n"
+       "\t-f\t\tforce power off (don't go through init)"
 
 #define printenv_trivial_usage \
        "[VARIABLES...]"
        "Options:\n" \
        "\t-d\t\tdelay interval for rebooting\n" \
        "\t-n\t\tno call to sync()\n" \
-       "\t-f\t\tforce reboot (don't go through init)\n"
+       "\t-f\t\tforce reboot (don't go through init)"
 
 #define renice_trivial_usage \
        "{{-n INCREMENT} | PRIORITY} [[ -p | -g | -u ] ID ...]"
        "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \
        "[-T last-check-time] [-U UUID] device"
 #define tune2fs_full_usage \
-       "Adjust filesystem options on ext[23] filesystems.\n\n"
+       "Adjust filesystem options on ext[23] filesystems."
 
 #define udhcpc_trivial_usage \
        "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
        "\t-f              foreground mode\n" \
        "\t-q              quit after address (no daemon)\n" \
        "\t-r 169.254.x.x  request this address first\n" \
-       "\t-v              verbose; show version\n"
+       "\t-v              verbose; show version"
 
 #endif /* __BB_USAGE_H__ */