diff options
-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 " " |