Skip to content

Commit

Permalink
cmd/index: fix documented default value for --indexfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
  • Loading branch information
apenwarr committed Dec 1, 2010
1 parent 650abd5 commit 1b6e9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/index-cmd.py
Expand Up @@ -129,7 +129,7 @@ def hashgen(name):
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)
Expand Down

0 comments on commit 1b6e9a9

Please sign in to comment.