From: Mike Frysinger Date: Mon, 15 Aug 2005 22:13:21 +0000 (-0000) Subject: Bernhard Fischer writes: fix devfsd usage X-Git-Tag: 1_01~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f7c7dde1586e9c64724700082c4c4dda50d8e270;p=oweals%2Fbusybox.git Bernhard Fischer writes: fix devfsd usage --- diff --git a/busybox/include/usage.h b/busybox/include/usage.h index b58c57275..24a14d075 100644 --- a/busybox/include/usage.h +++ b/busybox/include/usage.h @@ -356,10 +356,10 @@ #endif #define devfsd_trivial_usage \ - "mntpnt [-v]"\ + "devfsd [-v]"\ USAGE_DEVFSD_FG_NP("[-fg][-np]" ) #define devfsd_full_usage \ - "Optional daemon for managing devfs permissions and old device name symlinks.\n" \ + "Obsolete daemon for managing devfs permissions and old device name symlinks.\n" \ "\nOptions:\n" \ "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \ "\t-v\tPrint the protocol version numbers for devfsd\n" \