aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-13 23:18:52 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-13 23:18:52 +0000
commitf2b39e088d6ccbf4a540c741059c2f661eebc9ac (patch)
treeb375683a37729c04af06f71047cba19e162ac27e /include
parent065c7147914bf545ede2dbdbc07c48386d750c77 (diff)
downloadbusybox-f2b39e088d6ccbf4a540c741059c2f661eebc9ac.tar.gz
mdev: add support for - "dont stop here" char
function old new delta make_device 1340 1362 +22 packed_usage 26291 26299 +8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 30/0) Total: 30 bytes
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 7111e90bc..d3bf7849e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2560,7 +2560,7 @@
" echo /bin/mdev >/proc/sys/kernel/hotplug\n" \
USE_FEATURE_MDEV_CONF( \
"It uses /etc/mdev.conf with lines\n" \
- "DEVNAME UID:GID PERM" \
+ "[-]DEVNAME UID:GID PERM" \
USE_FEATURE_MDEV_RENAME(" [>|=PATH]") \
USE_FEATURE_MDEV_EXEC(" [@|$|*COMMAND]") \
) \