]> arthur.barton.de Git - bup.git/commitdiff
cmd/index: fix documented default value for --indexfile.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Dec 2010 11:11:26 +0000 (03:11 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Dec 2010 11:11:40 +0000 (03:11 -0800)
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/index-cmd.py

index a8d1a9a349450f4098ec72fc18a4edb264176957..38ffe4d4b5c954f11791477328eb788ec8aa0877 100755 (executable)
@@ -129,7 +129,7 @@ x,xdev,one-file-system  don't cross filesystem boundaries
 fake-valid mark all index entries as up-to-date even if they aren't
 fake-invalid mark all index entries as invalid
 check      carefully check index file integrity
-f,indexfile=  the name of the index file (default 'index')
+f,indexfile=  the name of the index file (normally BUP_DIR/bupindex)
 v,verbose  increase log output (can be used more than once)
 """
 o = options.Options('bup index', optspec)