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/admin usage: match man page...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5b1ebccd537
branches: trunk
changeset: 392906:b5b1ebccd537
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 13 10:51:46 2009 +0000
description:
usage: match man page more closely.
diffstat:
pkgtools/pkg_install/files/admin/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a6857aff36e8 -r b5b1ebccd537 pkgtools/pkg_install/files/admin/main.c
--- a/pkgtools/pkg_install/files/admin/main.c Wed May 13 10:51:33 2009 +0000
+++ b/pkgtools/pkg_install/files/admin/main.c Wed May 13 10:51:46 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.52 2009/04/25 21:31:13 joerg Exp $ */
+/* $NetBSD: main.c,v 1.53 2009/05/13 10:51:46 wiz Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -7,7 +7,7 @@
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
-__RCSID("$NetBSD: main.c,v 1.52 2009/04/25 21:31:13 joerg Exp $");
+__RCSID("$NetBSD: main.c,v 1.53 2009/05/13 10:51:46 wiz Exp $");
/*-
* Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
@@ -91,7 +91,7 @@
void
usage(void)
{
- (void) fprintf(stderr, "usage: %s [-bqSvV] [-C config] [-d lsdir] [-K pkg_dbdir] [-s sfx] command args ...\n"
+ (void) fprintf(stderr, "usage: %s [-bqSVv] [-C config] [-d lsdir] [-K pkg_dbdir] [-s sfx] command [args ...]\n"
"Where 'commands' and 'args' are:\n"
" rebuild - rebuild pkgdb from +CONTENTS files\n"
" rebuild-tree - rebuild +REQUIRED_BY files from forward deps\n"
Home |
Main Index |
Thread Index |
Old Index