summaryrefslogtreecommitdiff
path: root/mk/scripts
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-13 17:29:26 +0000
committerrillig <rillig>2007-10-13 17:29:26 +0000
commit0dc5de094ec2105d84dbb29fdabffd05aeae4342 (patch)
tree0f84c9067ddc323e2b546c9bcbe0f2921b57d0da /mk/scripts
parentdafe91fd2bf9426696ef362b1ba5592a90df2ce1 (diff)
downloadpkgsrc-0dc5de094ec2105d84dbb29fdabffd05aeae4342.tar.gz
The --database option doesn't exist.
Diffstat (limited to 'mk/scripts')
-rwxr-xr-xmk/scripts/binpkg-cache4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/scripts/binpkg-cache b/mk/scripts/binpkg-cache
index 86d65af83d7..2762a696deb 100755
--- a/mk/scripts/binpkg-cache
+++ b/mk/scripts/binpkg-cache
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: binpkg-cache,v 1.15 2006/12/15 13:15:06 martti Exp $
+# $NetBSD: binpkg-cache,v 1.16 2007/10/13 17:29:26 rillig Exp $
#
# Script for generating a cache file with information about
# all binary packages contained in a directory.
@@ -90,8 +90,6 @@ usage(){
echo " "
echo " -d|--debug Enables debugging output"
echo " "
- echo " -f|--database <file> Writes the database into file specified by <file>"
- echo " "
echo " -F|--force Forces a rebuild of the cache files even if they are"
echo " otherwise up to date."
echo " "