diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-02 22:52:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-02 22:52:59 +0000 |
commit | 35cf19d741c981858e88e425c46943bd96e51c22 (patch) | |
tree | 35af88d2846e06d988e06f6dc573b667073d2c4a /include/usage.h | |
parent | 4fc92206ed4ade658fa1d606c93ee1aee771179b (diff) |
fix mdev help output
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |