aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-15 22:13:21 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-15 22:13:21 +0000
commitaa21c74f85f2d52d332ed0a1cf0fdc733fdffa7f (patch)
treefdca24993cdb289440d63b461a4b2ba90e06b580 /include/usage.h
parent7f67b220eff9fb3f88188a4fdc3e419349d34c14 (diff)
downloadbusybox-w32-aa21c74f85f2d52d332ed0a1cf0fdc733fdffa7f.tar.gz
busybox-w32-aa21c74f85f2d52d332ed0a1cf0fdc733fdffa7f.tar.bz2
busybox-w32-aa21c74f85f2d52d332ed0a1cf0fdc733fdffa7f.zip
Bernhard Fischer writes: fix devfsd usage
git-svn-id: svn://busybox.net/trunk/busybox@11164 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index dc8058a20..b4e25cacb 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -395,10 +395,10 @@
395#endif 395#endif
396 396
397#define devfsd_trivial_usage \ 397#define devfsd_trivial_usage \
398 "mntpnt [-v]" \ 398 "devfsd [-v]" \
399 USAGE_DEVFSD_FG_NP("[-fg][-np]" ) 399 USAGE_DEVFSD_FG_NP("[-fg][-np]" )
400#define devfsd_full_usage \ 400#define devfsd_full_usage \
401 "Optional daemon for managing devfs permissions and old device name symlinks.\n" \ 401 "Obsolete daemon for managing devfs permissions and old device name symlinks.\n" \
402 "\nOptions:\n" \ 402 "\nOptions:\n" \
403 "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \ 403 "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \
404 "\t-v\tPrint the protocol version numbers for devfsd\n" \ 404 "\t-v\tPrint the protocol version numbers for devfsd\n" \