summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-12-14 10:04:02 +0000
committergene <gene@cvs.openbsd.org>1997-12-14 10:04:02 +0000
commita775aae9a46c4edf86fca31035df74445c987006 (patch)
treeb6ac01cea85cb55f7bc5ff0a4621f2f994462e10 /usr.sbin/pkg_install
parente650e09fb2788cf8e76433be06b46084bcf24301 (diff)
Whoops. Remember to update usage when changing the way defualt handling is
done.
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/info/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c
index 336a045d11c..e960db80b70 100644
--- a/usr.sbin/pkg_install/info/main.c
+++ b/usr.sbin/pkg_install/info/main.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: main.c,v 1.6 1997/12/14 09:42:19 gene Exp $ */
+/* $OpenBSD: main.c,v 1.7 1997/12/14 10:04:01 gene Exp $ */
#ifndef lint
-static char *rcsid = "$OpenBSD: main.c,v 1.6 1997/12/14 09:42:19 gene Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.7 1997/12/14 10:04:01 gene Exp $";
#endif
/*
@@ -177,6 +177,6 @@ usage(const char *name, const char *fmt, ...)
fprintf(stderr, "-v show all information\n");
fprintf(stderr, "-t temp use temp as template for mktemp()\n");
fprintf(stderr, "-e pkg returns 0 if pkg is installed, 1 otherwise\n");
- fprintf(stderr, "\n[no args = -c -d -R]\n");
+ fprintf(stderr, "\n[no args = -a -I]\n");
exit(1);
}