From 7f39bf13db4e62cb6c31a47e2232bb0955d69c00 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 13 May 2009 10:51:46 +0000 Subject: usage: match man page more closely. --- pkgtools/pkg_install/files/admin/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools') 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 #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" -- cgit v1.2.3