make --help texts more uniform
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 21 Jan 2017 01:49:58 +0000 (02:49 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 21 Jan 2017 01:49:58 +0000 (02:49 +0100)
function                                             old     new   delta
packed_usage                                       31062   31035     -27

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/expand.c
miscutils/nandwrite.c
networking/udhcp/dumpleases.c
selinux/chcon.c
selinux/runcon.c
util-linux/fstrim.c
util-linux/getopt.c
util-linux/nsenter.c
util-linux/rtcwake.c
util-linux/unshare.c

index 29affc932bf16781bcb789812897357997afac82..63b682330bbe1e21c09da2fd92b903c107673b24 100644 (file)
@@ -8,13 +8,13 @@
  * David MacKenzie <djm@gnu.ai.mit.edu>
  *
  * Options for expand:
- * -t num  --tabs=NUM      Convert tabs to num spaces (default 8 spaces).
+ * -t num  --tabs NUM      Convert tabs to num spaces (default 8 spaces).
  * -i      --initial       Only convert initial tabs on each line to spaces.
  *
  * Options for unexpand:
  * -a      --all           Convert all blanks, instead of just initial blanks.
  * -f      --first-only    Convert only leading sequences of blanks (default).
- * -t num  --tabs=NUM      Have tabs num characters apart instead of 8.
+ * -t num  --tabs NUM      Have tabs num characters apart instead of 8.
  *
  *  Busybox version (C) 2007 by Tito Ragusa <farmatito@tiscali.it>
  *
@@ -54,7 +54,7 @@
 //usage:       "Convert tabs to spaces, writing to stdout\n"
 //usage:       IF_FEATURE_EXPAND_LONG_OPTIONS(
 //usage:     "\n       -i,--initial    Don't convert tabs after non blanks"
-//usage:     "\n       -t,--tabs=N     Tabstops every N chars"
+//usage:     "\n       -t,--tabs N     Tabstops every N chars"
 //usage:       )
 //usage:       IF_NOT_FEATURE_EXPAND_LONG_OPTIONS(
 //usage:     "\n       -i      Don't convert tabs after non blanks"
@@ -68,7 +68,7 @@
 //usage:       IF_FEATURE_UNEXPAND_LONG_OPTIONS(
 //usage:     "\n       -a,--all        Convert all blanks"
 //usage:     "\n       -f,--first-only Convert only leading blanks"
-//usage:     "\n       -t,--tabs=N     Tabstops every N chars"
+//usage:     "\n       -t,--tabs N     Tabstops every N chars"
 //usage:       )
 //usage:       IF_NOT_FEATURE_UNEXPAND_LONG_OPTIONS(
 //usage:     "\n       -a      Convert all blanks"
index c95cbb21e63a1834e2cef270019fd9717e5af5b9..dbe9043f4be34a19f9686a77125ae6bf75cbe9d2 100644 (file)
@@ -37,7 +37,7 @@
 //usage:     "\n       -s ADDR Start address"
 
 //usage:#define nanddump_trivial_usage
-//usage:       "[-no]" IF_LONG_OPTS(" [--bb=padbad|skipbad]") " [-s ADDR] [-l LEN] [-f FILE] MTD_DEVICE"
+//usage:       "[-no]" IF_LONG_OPTS(" [--bb padbad|skipbad]") " [-s ADDR] [-l LEN] [-f FILE] MTD_DEVICE"
 //usage:#define nanddump_full_usage "\n\n"
 //usage:       "Dump MTD_DEVICE\n"
 //usage:     "\n       -n      Read without ecc"
@@ -46,7 +46,7 @@
 //usage:     "\n       -l LEN  Length"
 //usage:     "\n       -f FILE Dump to file ('-' for stdout)"
 //usage:     IF_LONG_OPTS(
-//usage:     "\n       --bb=METHOD:"
+//usage:     "\n       --bb METHOD"
 //usage:     "\n               skipbad: skip bad blocks"
 //usage:     "\n               padbad: substitute bad blocks by 0xff (default)"
 //usage:     )
index d83344a8da4898d1ee0b8bac5ee4a096114ec303..dce9084b3973500c803df8746cac4f62ccb16446 100644 (file)
@@ -11,7 +11,7 @@
 //usage:#define dumpleases_full_usage "\n\n"
 //usage:       "Display DHCP leases granted by udhcpd\n"
 //usage:       IF_LONG_OPTS(
-//usage:     "\n       -f,--file=FILE  Lease file"
+//usage:     "\n       -f,--file FILE  Lease file"
 //usage:     "\n       -r,--remaining  Show remaining time"
 //usage:     "\n       -a,--absolute   Show expiration time"
 //usage:     "\n       -d,--decimal    Show time in seconds"
index 4a9a4d3d5dfababd55736884d3bd92d5929f2e63..ba9b086382c8a75a1ba7ca305a4038cefd7c6e9f 100644 (file)
 //usage:     "\n       -c,--changes            Report changes made"
 //usage:     "\n       -h,--no-dereference     Affect symlinks instead of their targets"
 //usage:     "\n       -f,--silent,--quiet     Suppress most error messages"
-//usage:     "\n       --reference=RFILE       Use RFILE's group instead of using a CONTEXT value"
-//usage:     "\n       -u,--user=USER          Set user/role/type/range in the target"
-//usage:     "\n       -r,--role=ROLE          security context"
-//usage:     "\n       -t,--type=TYPE"
-//usage:     "\n       -l,--range=RANGE"
+//usage:     "\n       --reference RFILE       Use RFILE's group instead of using a CONTEXT value"
+//usage:     "\n       -u,--user USER          Set user/role/type/range in the target"
+//usage:     "\n       -r,--role ROLE          security context"
+//usage:     "\n       -t,--type TYPE"
+//usage:     "\n       -l,--range RANGE"
 //usage:     "\n       -R,--recursive          Recurse"
 //usage:       )
 //usage:       IF_NOT_FEATURE_CHCON_LONG_OPTIONS(
index a30e3552f7c928bac252f17ae23b854729e06b22..82f4d50d3b40a485833020cf8d33d3428e5cd54c 100644 (file)
 //usage:     "\n       CONTEXT         Complete security context\n"
 //usage:       IF_FEATURE_RUNCON_LONG_OPTIONS(
 //usage:     "\n       -c,--compute    Compute process transition context before modifying"
-//usage:     "\n       -t,--type=TYPE  Type (for same role as parent)"
-//usage:     "\n       -u,--user=USER  User identity"
-//usage:     "\n       -r,--role=ROLE  Role"
-//usage:     "\n       -l,--range=RNG  Levelrange"
+//usage:     "\n       -t,--type TYPE  Type (for same role as parent)"
+//usage:     "\n       -u,--user USER  User identity"
+//usage:     "\n       -r,--role ROLE  Role"
+//usage:     "\n       -l,--range RNG  Levelrange"
 //usage:       )
 //usage:       IF_NOT_FEATURE_RUNCON_LONG_OPTIONS(
 //usage:     "\n       -c      Compute process transition context before modifying"
index fc51878b6e26f98f6b0243987dea4cd92df7a123..563aa9720141ffacf01bb0a64c2d27f819734b0f 100644 (file)
@@ -23,9 +23,9 @@
 //usage:       "[OPTIONS] MOUNTPOINT"
 //usage:#define fstrim_full_usage "\n\n"
 //usage:       IF_LONG_OPTS(
-//usage:       "       -o,--offset=OFFSET      Offset in bytes to discard from"
-//usage:     "\n       -l,--length=LEN         Bytes to discard"
-//usage:     "\n       -m,--minimum=MIN        Minimum extent length"
+//usage:       "       -o,--offset OFFSET      Offset in bytes to discard from"
+//usage:     "\n       -l,--length LEN         Bytes to discard"
+//usage:     "\n       -m,--minimum MIN        Minimum extent length"
 //usage:     "\n       -v,--verbose            Print number of discarded bytes"
 //usage:       )
 //usage:       IF_NOT_LONG_OPTS(
index f6ecc3dded97270ddbefb6498bf168fe0a835b09..63294c52042753fb53efd6ed0132680c9446197a 100644 (file)
 //usage:       IF_LONG_OPTS(
 //usage:       IF_FEATURE_GETOPT_LONG(
 //usage:       "       -a,--alternative                Allow long options starting with single -\n"
-//usage:       "       -l,--longoptions=LOPT[,...]     Long options to recognize\n"
+//usage:       "       -l,--longoptions LOPT[,...]     Long options to recognize\n"
 //usage:       )
-//usage:       "       -n,--name=PROGNAME              The name under which errors are reported"
-//usage:     "\n       -o,--options=OPTSTRING          Short options to recognize"
+//usage:       "       -n,--name PROGNAME              The name under which errors are reported"
+//usage:     "\n       -o,--options OPTSTRING          Short options to recognize"
 //usage:     "\n       -q,--quiet                      No error messages on unrecognized options"
 //usage:     "\n       -Q,--quiet-output               No normal output"
-//usage:     "\n       -s,--shell=SHELL                Set shell quoting conventions"
+//usage:     "\n       -s,--shell SHELL                Set shell quoting conventions"
 //usage:     "\n       -T,--test                       Version test (exits with 4)"
 //usage:     "\n       -u,--unquoted                   Don't quote output"
 //usage:       )
index 6834292dad5ed4ab1dd9e21d434e47dca206e600..57b218dab9f43c5ecf7aa9b0ddff70333dfa0126 100644 (file)
 //usage:       "[OPTIONS] [PROG [ARGS]]"
 //usage:#if ENABLE_FEATURE_NSENTER_LONG_OPTS
 //usage:#define nsenter_full_usage "\n"
-//usage:     "\n       -t, --target=PID                Target process to get namespaces from"
-//usage:     "\n       -m, --mount[=FILE]              Enter mount namespace"
-//usage:     "\n       -u, --uts[=FILE]                Enter UTS namespace (hostname etc)"
-//usage:     "\n       -i, --ipc[=FILE]                Enter System V IPC namespace"
-//usage:     "\n       -n, --net[=FILE]                Enter network namespace"
-//usage:     "\n       -p, --pid[=FILE]                Enter pid namespace"
-//usage:     "\n       -U, --user[=FILE]               Enter user namespace"
-//usage:     "\n       -S, --setuid=UID                Set uid in entered namespace"
-//usage:     "\n       -G, --setgid=GID                Set gid in entered namespace"
-//usage:     "\n       --preserve-credentials          Don't touch uids or gids"
-//usage:     "\n       -r, --root[=DIR]                Set root directory"
-//usage:     "\n       -w, --wd[=DIR]                  Set working directory"
-//usage:     "\n       -F, --no-fork                   Don't fork before exec'ing PROG"
+//usage:     "\n       -t,--target PID         Target process to get namespaces from"
+//usage:     "\n       -m,--mount[=FILE]       Enter mount namespace"
+//usage:     "\n       -u,--uts[=FILE]         Enter UTS namespace (hostname etc)"
+//usage:     "\n       -i,--ipc[=FILE]         Enter System V IPC namespace"
+//usage:     "\n       -n,--net[=FILE]         Enter network namespace"
+//usage:     "\n       -p,--pid[=FILE]         Enter pid namespace"
+//usage:     "\n       -U,--user[=FILE]        Enter user namespace"
+//usage:     "\n       -S,--setuid UID         Set uid in entered namespace"
+//usage:     "\n       -G,--setgid GID         Set gid in entered namespace"
+//usage:     "\n       --preserve-credentials  Don't touch uids or gids"
+//usage:     "\n       -r,--root[=DIR]         Set root directory"
+//usage:     "\n       -w,--wd[=DIR]           Set working directory"
+//usage:     "\n       -F,--no-fork            Don't fork before exec'ing PROG"
 //usage:#else
 //usage:#define nsenter_full_usage "\n"
 //usage:     "\n       -t PID          Target process to get namespaces from"
index 54fc70583498e4f966dc4c444518eb719a2b2f54..b631645883dcd103a59e0f5d9eac02c4d522c268 100644 (file)
 //usage:     "\n       -a,--auto       Read clock mode from adjtime"
 //usage:     "\n       -l,--local      Clock is set to local time"
 //usage:     "\n       -u,--utc        Clock is set to UTC time"
-//usage:     "\n       -d,--device=DEV Specify the RTC device"
-//usage:     "\n       -m,--mode=MODE  Set sleep state (default: standby)"
-//usage:     "\n       -s,--seconds=SEC Set timeout in SEC seconds from now"
-//usage:     "\n       -t,--time=TIME  Set timeout to TIME seconds from epoch"
+//usage:     "\n       -d,--device DEV Specify the RTC device"
+//usage:     "\n       -m,--mode MODE  Set sleep state (default: standby)"
+//usage:     "\n       -s,--seconds SEC Set timeout in SEC seconds from now"
+//usage:     "\n       -t,--time TIME  Set timeout to TIME seconds from epoch"
 //usage:       )
 //usage:       IF_NOT_LONG_OPTS(
 //usage:     "\n       -a      Read clock mode from adjtime"
index bbabeef55c14f4a81c52c024d715373c3a202b08..52e8f14215db1736405df7aec8ee519a9480e0b3 100644 (file)
 //usage:#define unshare_trivial_usage
 //usage:       "[OPTIONS] [PROG [ARGS]]"
 //usage:#define unshare_full_usage "\n"
-//usage:     "\n       -m, --mount[=FILE]      Unshare mount namespace"
-//usage:     "\n       -u, --uts[=FILE]        Unshare UTS namespace (hostname etc.)"
-//usage:     "\n       -i, --ipc[=FILE]        Unshare System V IPC namespace"
-//usage:     "\n       -n, --net[=FILE]        Unshare network namespace"
-//usage:     "\n       -p, --pid[=FILE]        Unshare PID namespace"
-//usage:     "\n       -U, --user[=FILE}       Unshare user namespace"
-//usage:     "\n       -f, --fork              Fork before execing PROG"
-//usage:     "\n       -r, --map-root-user     Map current user to root (implies -u)"
+//usage:     "\n       -m,--mount[=FILE]       Unshare mount namespace"
+//usage:     "\n       -u,--uts[=FILE]         Unshare UTS namespace (hostname etc.)"
+//usage:     "\n       -i,--ipc[=FILE]         Unshare System V IPC namespace"
+//usage:     "\n       -n,--net[=FILE]         Unshare network namespace"
+//usage:     "\n       -p,--pid[=FILE]         Unshare PID namespace"
+//usage:     "\n       -U,--user[=FILE]        Unshare user namespace"
+//usage:     "\n       -f,--fork               Fork before execing PROG"
+//usage:     "\n       -r,--map-root-user      Map current user to root (implies -u)"
 //usage:     "\n       --mount-proc[=DIR]      Mount /proc filesystem first (implies -m)"
 //usage:     "\n       --propagation slave|shared|private|unchanged"
 //usage:     "\n                               Modify mount propagation in mount namespace"