diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-13 17:29:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-13 17:29:26 +0000 |
commit | de3c265e9435226c3da0a71d88e84d83535218a7 (patch) | |
tree | 0f84c9067ddc323e2b546c9bcbe0f2921b57d0da /mk | |
parent | 423db761e6416640b2fe6dcdcb60017dcd7f30dd (diff) | |
download | pkgsrc-de3c265e9435226c3da0a71d88e84d83535218a7.tar.gz |
The --database option doesn't exist.
Diffstat (limited to 'mk')
-rwxr-xr-x | mk/scripts/binpkg-cache | 4 |
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 " " |