pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch Corrected the usage message.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af5626aa421a
branches:  trunk
changeset: 547379:af5626aa421a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Sep 15 21:07:46 2008 +0000

description:
Corrected the usage message.

diffstat:

 mk/fetch/fetch |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 24ecaacdfd82 -r af5626aa421a mk/fetch/fetch
--- a/mk/fetch/fetch    Mon Sep 15 21:06:32 2008 +0000
+++ b/mk/fetch/fetch    Mon Sep 15 21:07:46 2008 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: fetch,v 1.9 2007/08/04 15:00:29 obache Exp $
+# $NetBSD: fetch,v 1.10 2008/09/15 21:07:46 rillig Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -43,7 +43,7 @@
 #      fetch -- fetch files via URLs
 #
 # SYNOPSIS
-#      fetch [-c] [-d dir] [-f distinfo] file site ..."
+#      fetch [-c] [-d dir] [-f distinfo] [-r] [-v] file site ...
 #
 # DESCRIPTION
 #      fetch will attempt to fetch the file from the list of specified
@@ -118,7 +118,7 @@
 self="${0##*/}"
 
 usage() {
-       ${ECHO} 1>&2 "usage: $self [-c] [-f distinfo] [-r] file site ..."
+       ${ECHO} 1>&2 "usage: $self [-c] [-d dir] [-f distinfo] [-r] [-v] file site ..."
 }
 
 # Process optional arguments



Home | Main Index | Thread Index | Old Index