summaryrefslogtreecommitdiffstats
path: root/usr.bin/ypwhich
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-07-20 16:30:15 +0000
committerwollman <wollman@FreeBSD.org>1995-07-20 16:30:15 +0000
commit6b93946250c1c5e924c092c027483afa3879f04a (patch)
tree745bf4bc4770e9c7bd6ef6384c27236b11a32c0b /usr.bin/ypwhich
parent7d4b8f84f03a0bd7e297a7ccd10de07c0eaf8ffb (diff)
downloadFreeBSD-src-6b93946250c1c5e924c092c027483afa3879f04a.zip
FreeBSD-src-6b93946250c1c5e924c092c027483afa3879f04a.tar.gz
Slightly better message for `ypwhich -x':
was: Use "foo" for "foo.bar" now: "foo" is an alias for "foo.bar"
Diffstat (limited to 'usr.bin/ypwhich')
-rw-r--r--usr.bin/ypwhich/ypwhich.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c
index 5205fde..f13aa89 100644
--- a/usr.bin/ypwhich/ypwhich.c
+++ b/usr.bin/ypwhich/ypwhich.c
@@ -147,7 +147,7 @@ char **argv;
switch(c) {
case 'x':
for(i=0; i<sizeof ypaliases/sizeof ypaliases[0]; i++)
- printf("Use \"%s\" for \"%s\"\n",
+ printf("\"%s\" is an alias for \"%s\"\n",
ypaliases[i].alias,
ypaliases[i].name);
exit(0);
OpenPOWER on IntegriCloud