diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-08-17 01:20:10 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-08-17 01:20:10 +0000 |
commit | e79bb4608335a48279745b62c8ee1a0a4b47997b (patch) | |
tree | 2b53921730525a9e084cf697d185155a7e4d2515 /include/usage.h | |
parent | b3341b08b88166593ab0b986cc1d4daf4a66cab5 (diff) | |
download | busybox-w32-e79bb4608335a48279745b62c8ee1a0a4b47997b.tar.gz busybox-w32-e79bb4608335a48279745b62c8ee1a0a4b47997b.tar.bz2 busybox-w32-e79bb4608335a48279745b62c8ee1a0a4b47997b.zip |
Tito (among others) writes: previous patch was wrong, please stop screwing things up
git-svn-id: svn://busybox.net/trunk/busybox@11178 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 @@ | |||
395 | #endif | 395 | #endif |
396 | 396 | ||
397 | #define devfsd_trivial_usage \ | 397 | #define devfsd_trivial_usage \ |
398 | "devfsd [-v]" \ | 398 | "mntpnt [-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 | "Obsolete daemon for managing devfs permissions and old device name symlinks.\n" \ | 401 | "Optional 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" \ |