diff options
author | Mike Frysinger | 2005-08-15 22:13:21 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-08-15 22:13:21 +0000 |
commit | f7c7dde1586e9c64724700082c4c4dda50d8e270 (patch) | |
tree | f3ec70313fb3d3a21c4460a691c97bb6ecb0d486 /busybox/include | |
parent | 830c040f6fbfff4f26156fd0d9aff38b66a31a41 (diff) | |
download | busybox-f7c7dde1586e9c64724700082c4c4dda50d8e270.zip busybox-f7c7dde1586e9c64724700082c4c4dda50d8e270.tar.gz |
Bernhard Fischer writes: fix devfsd usage
Diffstat (limited to 'busybox/include')
-rw-r--r-- | busybox/include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox/include/usage.h b/busybox/include/usage.h index b58c572..24a14d0 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" \ |