diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-08 14:30:50 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-08 14:30:50 +0200 |
commit | d2e0d3f514c13265670080f149b97bbe83bcc783 (patch) | |
tree | 4ee77f0e74f6788637e478693535ac3a67141560 /util-linux/mdev.c | |
parent | cf4dc4a09d2a7516e00c276396da85e1088a0ddf (diff) | |
download | busybox-w32-d2e0d3f514c13265670080f149b97bbe83bcc783.tar.gz busybox-w32-d2e0d3f514c13265670080f149b97bbe83bcc783.tar.bz2 busybox-w32-d2e0d3f514c13265670080f149b97bbe83bcc783.zip |
mdev: tweak --help
function old new delta
packed_usage 33993 34008 +15
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | util-linux/mdev.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index dbbcbc655..ebdc0c254 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -82,12 +82,12 @@ | |||
82 | //usage:#define mdev_trivial_usage | 82 | //usage:#define mdev_trivial_usage |
83 | //usage: "[-vS] " IF_FEATURE_MDEV_DAEMON("{ ") "[-s]" IF_FEATURE_MDEV_DAEMON(" | [-df] }") | 83 | //usage: "[-vS] " IF_FEATURE_MDEV_DAEMON("{ ") "[-s]" IF_FEATURE_MDEV_DAEMON(" | [-df] }") |
84 | //usage:#define mdev_full_usage "\n\n" | 84 | //usage:#define mdev_full_usage "\n\n" |
85 | //usage: " -v verbose\n" | 85 | //usage: " -v Verbose\n" |
86 | //usage: " -S log to syslog too\n" | 86 | //usage: " -S Log to syslog too\n" |
87 | //usage: " -s scan /sys and populate /dev\n" | 87 | //usage: " -s Scan /sys and populate /dev\n" |
88 | //usage: IF_FEATURE_MDEV_DAEMON( | 88 | //usage: IF_FEATURE_MDEV_DAEMON( |
89 | //usage: " -d daemon, listen on netlink\n" | 89 | //usage: " -d Daemon, listen on netlink\n" |
90 | //usage: " -f stay in foreground\n" | 90 | //usage: " -f Run in foreground\n" |
91 | //usage: ) | 91 | //usage: ) |
92 | //usage: "\n" | 92 | //usage: "\n" |
93 | //usage: "Bare mdev is a kernel hotplug helper. To activate it:\n" | 93 | //usage: "Bare mdev is a kernel hotplug helper. To activate it:\n" |