aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-02 22:52:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-02 22:52:59 +0000
commit35cf19d741c981858e88e425c46943bd96e51c22 (patch)
tree35af88d2846e06d988e06f6dc573b667073d2c4a /include/usage.h
parent4fc92206ed4ade658fa1d606c93ee1aee771179b (diff)
downloadbusybox-35cf19d741c981858e88e425c46943bd96e51c22.tar.gz
fix mdev help output
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h2
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