diff options
author | araujo <araujo@FreeBSD.org> | 2015-08-07 07:05:47 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2015-08-07 07:05:47 +0000 |
commit | 9d0901679bf40ce3230be4d327b086c72a4075e2 (patch) | |
tree | 49ee54daad981068f524f89e2854a9c39c8c7256 /usr.bin/ypmatch | |
parent | 012ab6e58848e199ac9f3741214736b9424a6daa (diff) | |
download | FreeBSD-src-9d0901679bf40ce3230be4d327b086c72a4075e2.zip FreeBSD-src-9d0901679bf40ce3230be4d327b086c72a4075e2.tar.gz |
Remove an extra new line on usage().
Rename domain to domainname to be identical to the man page.
Reported by: bde
Diffstat (limited to 'usr.bin/ypmatch')
-rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index a57a642..ff5365b 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -66,8 +66,8 @@ static void usage(void) { fprintf(stderr, "%s\n%s\n", - "usage: ypmatch [-kt] [-d domain] key ... mapname", - " ypmatch -x\n"); + "usage: ypmatch [-kt] [-d domainname] key ... mapname", + " ypmatch -x"); fprintf(stderr, "where\n" "\tmapname may be either a mapname or a nickname for a map.\n" |