From: Mike Frysinger Date: Thu, 2 Feb 2006 22:52:59 +0000 (-0000) Subject: fix mdev help output X-Git-Tag: 1_1_0~248 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35cf19d741c981858e88e425c46943bd96e51c22;p=oweals%2Fbusybox.git fix mdev help output --- diff --git a/include/usage.h b/include/usage.h index 71752c7d5..2505d0216 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1880,7 +1880,7 @@ #define mdev_trivial_usage \ "[-s]" #define mdev_full_usage \ - "\ts\tScan /sys and populate /dev during system boot\n\n" \ + "\t-s\tScan /sys and populate /dev during system boot\n\n" \ "Called with no options (via hotplug) it uses environment variables\n" \ "to determine which device to add/remove." #ifdef CONFIG_FEATURE_MDEV_CONFIG