aboutsummaryrefslogtreecommitdiff
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
parent4fc92206ed4ade658fa1d606c93ee1aee771179b (diff)
downloadbusybox-w32-35cf19d741c981858e88e425c46943bd96e51c22.tar.gz
busybox-w32-35cf19d741c981858e88e425c46943bd96e51c22.tar.bz2
busybox-w32-35cf19d741c981858e88e425c46943bd96e51c22.zip
fix mdev help output
-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 @@
1880#define mdev_trivial_usage \ 1880#define mdev_trivial_usage \
1881 "[-s]" 1881 "[-s]"
1882#define mdev_full_usage \ 1882#define mdev_full_usage \
1883 "\ts\tScan /sys and populate /dev during system boot\n\n" \ 1883 "\t-s\tScan /sys and populate /dev during system boot\n\n" \
1884 "Called with no options (via hotplug) it uses environment variables\n" \ 1884 "Called with no options (via hotplug) it uses environment variables\n" \
1885 "to determine which device to add/remove." 1885 "to determine which device to add/remove."
1886#ifdef CONFIG_FEATURE_MDEV_CONFIG 1886#ifdef CONFIG_FEATURE_MDEV_CONFIG