diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 01:20:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 01:20:10 +0000 |
commit | b8d004631a48242a3794b26bac5f3952d718aa1c (patch) | |
tree | 2b53921730525a9e084cf697d185155a7e4d2515 /include | |
parent | 4306bb13f69c96f5afa6f82b8e4645baa9c5d49a (diff) | |
download | busybox-b8d004631a48242a3794b26bac5f3952d718aa1c.tar.gz |
Tito (among others) writes: previous patch was wrong, please stop screwing things up
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index b4e25cacb..dc8058a20 100644 --- a/include/usage.h +++ b/include/usage.h @@ -395,10 +395,10 @@ #endif #define devfsd_trivial_usage \ - "devfsd [-v]" \ + "mntpnt [-v]" \ USAGE_DEVFSD_FG_NP("[-fg][-np]" ) #define devfsd_full_usage \ - "Obsolete daemon for managing devfs permissions and old device name symlinks.\n" \ + "Optional 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" \ |