pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/info Also add -E to usage()...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d1730af4932
branches: trunk
changeset: 534991:9d1730af4932
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Nov 05 09:39:38 2007 +0000
description:
Also add -E to usage(). From PR 37265.
diffstat:
pkgtools/pkg_install/files/info/main.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r f1c68d9f081e -r 9d1730af4932 pkgtools/pkg_install/files/info/main.c
--- a/pkgtools/pkg_install/files/info/main.c Mon Nov 05 09:02:41 2007 +0000
+++ b/pkgtools/pkg_install/files/info/main.c Mon Nov 05 09:39:38 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.21 2007/11/02 16:03:37 joerg Exp $ */
+/* $NetBSD: main.c,v 1.22 2007/11/05 09:39:38 joerg Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -11,7 +11,7 @@
#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.21 2007/11/02 16:03:37 joerg Exp $");
+__RCSID("$NetBSD: main.c,v 1.22 2007/11/05 09:39:38 joerg Exp $");
#endif
#endif
@@ -67,8 +67,8 @@
usage(void)
{
fprintf(stderr, "%s\n%s\n%s\n%s\n",
- "usage: pkg_info [-BbcDdFfhIikLmNnpqRSsVvX] [-e package] [-K pkg_dbdir]",
- " [-l prefix] pkg-name ...",
+ "usage: pkg_info [-BbcDdFfhIikLmNnpqRSsVvX] [-e package] [-E package]",
+ " [-K pkg_dbdir] [-l prefix] pkg-name ...",
" pkg_info [-a | -u] [flags]",
" pkg_info [-Q variable] pkg-name ...");
exit(1);
Home |
Main Index |
Thread Index |
Old Index