diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-13 10:51:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-13 10:51:46 +0000 |
commit | 7f39bf13db4e62cb6c31a47e2232bb0955d69c00 (patch) | |
tree | 581b5258cc0376dced9df3f95b7a5833e03415c6 /pkgtools | |
parent | c3764604d0aab3b1e34672713ed5ae814e5e7639 (diff) | |
download | pkgsrc-7f39bf13db4e62cb6c31a47e2232bb0955d69c00.tar.gz |
usage: match man page more closely.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/admin/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/admin/main.c b/pkgtools/pkg_install/files/admin/main.c index cf10405a652..374a8d87959 100644 --- a/pkgtools/pkg_install/files/admin/main.c +++ b/pkgtools/pkg_install/files/admin/main.c @@ -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 @@ static void set_unset_variable(char **, Boolean); 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" |