summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2008-09-15 21:07:46 +0000
committerrillig <rillig>2008-09-15 21:07:46 +0000
commitb17963b4eb2670ac10ee70a56590debc94fd9727 (patch)
treec560690f8c6f1194d06643e638b956dc7615a93e /mk
parentea05d26177aa8adcb29cadf5d114d76cd8713bca (diff)
downloadpkgsrc-b17963b4eb2670ac10ee70a56590debc94fd9727.tar.gz
Corrected the usage message.
Diffstat (limited to 'mk')
-rwxr-xr-xmk/fetch/fetch6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/fetch/fetch b/mk/fetch/fetch
index 784ba1b4200..9ccd00a46a1 100755
--- a/mk/fetch/fetch
+++ b/mk/fetch/fetch
@@ -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