diff options
author | rillig <rillig@pkgsrc.org> | 2008-09-15 21:07:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-09-15 21:07:46 +0000 |
commit | 930598a2d4a18f4ad01473a08df4c8a3c596f363 (patch) | |
tree | c560690f8c6f1194d06643e638b956dc7615a93e /mk | |
parent | cac96b55c249dc275d439aaa61293044ca7f0c36 (diff) | |
download | pkgsrc-930598a2d4a18f4ad01473a08df4c8a3c596f363.tar.gz |
Corrected the usage message.
Diffstat (limited to 'mk')
-rwxr-xr-x | mk/fetch/fetch | 6 |
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 |