Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/pkg_install/info Pull up revision 1.20 (reques...



details:   https://anonhg.NetBSD.org/src/rev/e092f3f56d17
branches:  netbsd-1-4
changeset: 470027:e092f3f56d17
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 15 16:25:40 2000 +0000

description:
Pull up revision 1.20 (requested by hubertf):
  Mention -S and -s in usage message.

diffstat:

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

diffs (26 lines):

diff -r 62d6ef114992 -r e092f3f56d17 usr.sbin/pkg_install/info/main.c
--- a/usr.sbin/pkg_install/info/main.c  Sat Jan 15 16:23:15 2000 +0000
+++ b/usr.sbin/pkg_install/info/main.c  Sat Jan 15 16:25:40 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: main.c,v 1.16.2.3 1999/12/20 15:35:49 he Exp $ */
+/*     $NetBSD: main.c,v 1.16.2.4 2000/01/15 16:25:40 he 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.16.2.3 1999/12/20 15:35:49 he Exp $");
+__RCSID("$NetBSD: main.c,v 1.16.2.4 2000/01/15 16:25:40 he 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