Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pkg_install/info mention -Ss in usage



details:   https://anonhg.NetBSD.org/src/rev/6d43f9e13688
branches:  trunk
changeset: 480384:6d43f9e13688
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Mon Jan 10 14:53:56 2000 +0000

description:
mention -Ss in usage

diffstat:

 usr.sbin/pkg_install/info/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a6ee693507a9 -r 6d43f9e13688 usr.sbin/pkg_install/info/main.c
--- a/usr.sbin/pkg_install/info/main.c  Mon Jan 10 14:07:58 2000 +0000
+++ b/usr.sbin/pkg_install/info/main.c  Mon Jan 10 14:53:56 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: main.c,v 1.19 1999/11/29 19:48:46 hubertf Exp $        */
+/*     $NetBSD: main.c,v 1.20 2000/01/10 14:53:56 hubertf Exp $        */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static char *rcsid = "from FreeBSD Id: main.c,v 1.14 1997/10/08 07:47:26 charnier Exp";
 #else
-__RCSID("$NetBSD: main.c,v 1.19 1999/11/29 19:48:46 hubertf Exp $");
+__RCSID("$NetBSD: main.c,v 1.20 2000/01/10 14:53:56 hubertf Exp $");
 #endif
 #endif
 
@@ -55,7 +55,7 @@
 usage(void)
 {
        fprintf(stderr, "%s\n%s\n%s\n",
-           "usage: pkg_info [-BbcDdFfIikLmpqRrvh] [-e package] [-l prefix]",
+           "usage: pkg_info [-BbcDdFfIikLmpqRrSsvh] [-e package] [-l prefix]",
            "                pkg-name [pkg-name ...]",
            "       pkg_info -a [flags]");
        exit(1);



Home | Main Index | Thread Index | Old Index