From: Avery Pennarun Date: Wed, 1 Dec 2010 11:11:26 +0000 (-0800) Subject: cmd/index: fix documented default value for --indexfile. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1b6e9a97bc2253871db43f9baf6a1faf06a9d94f;p=packages%2Fb%2Fbup.git cmd/index: fix documented default value for --indexfile. Signed-off-by: Avery Pennarun --- diff --git a/cmd/index-cmd.py b/cmd/index-cmd.py index a8d1a9a..38ffe4d 100755 --- a/cmd/index-cmd.py +++ b/cmd/index-cmd.py @@ -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)