From: Mike Frysinger Date: Mon, 15 Aug 2005 22:13:21 +0000 (-0000) Subject: Bernhard Fischer writes: fix devfsd usage X-Git-Tag: 1_1_0~822 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8e2de6e1b183adbb6bb944e7eb8bd7012db3ba1;p=platform%2Fupstream%2Fbusybox.git Bernhard Fischer writes: fix devfsd usage --- diff --git a/include/usage.h b/include/usage.h index dc8058a..b4e25ca 100644 --- a/include/usage.h +++ b/include/usage.h @@ -395,10 +395,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" \