summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_install/delete/perform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c
index f356d1f0fab..7e06f704757 100644
--- a/usr.sbin/pkg_install/delete/perform.c
+++ b/usr.sbin/pkg_install/delete/perform.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: perform.c,v 1.9 2001/04/08 16:45:47 espie Exp $ */
+/* $OpenBSD: perform.c,v 1.10 2001/04/17 21:51:33 espie Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.9 2001/04/08 16:45:47 espie Exp $";
+static const char *rcsid = "$OpenBSD: perform.c,v 1.10 2001/04/17 21:51:33 espie Exp $";
#endif
/*
@@ -134,7 +134,7 @@ try_again:
if (trim_end(pkg))
goto try_again;
else {
- pwarnx("no such package '%s' installed", pkg);
+ pwarnx("no such package installed");
return 1;
}
}