[git commit] mdev: tweak --help
Denys Vlasenko
vda.linux at googlemail.com
Fri Oct 8 12:30:50 UTC 2021
commit: https://git.busybox.net/busybox/commit/?id=d2e0d3f514c13265670080f149b97bbe83bcc783
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
function old new delta
packed_usage 33993 34008 +15
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
util-linux/mdev.c | 10 +++++-----
1 file 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 @@
//usage:#define mdev_trivial_usage
//usage: "[-vS] " IF_FEATURE_MDEV_DAEMON("{ ") "[-s]" IF_FEATURE_MDEV_DAEMON(" | [-df] }")
//usage:#define mdev_full_usage "\n\n"
-//usage: " -v verbose\n"
-//usage: " -S log to syslog too\n"
-//usage: " -s scan /sys and populate /dev\n"
+//usage: " -v Verbose\n"
+//usage: " -S Log to syslog too\n"
+//usage: " -s Scan /sys and populate /dev\n"
//usage: IF_FEATURE_MDEV_DAEMON(
-//usage: " -d daemon, listen on netlink\n"
-//usage: " -f stay in foreground\n"
+//usage: " -d Daemon, listen on netlink\n"
+//usage: " -f Run in foreground\n"
//usage: )
//usage: "\n"
//usage: "Bare mdev is a kernel hotplug helper. To activate it:\n"
More information about the busybox-cvs
mailing list