summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-02 18:34:27 +0200
committerLars Wirzenius <liw@liw.fi>2015-11-02 18:34:27 +0200
commitb9e1b2c374e073869bc176620c69d5619c9da465 (patch)
tree0780ecf013e9405a1d47b97e1371b245409c10d7
parentc69795b71aaba8bf0408b357fdec187c0202a1a8 (diff)
downloadobnam-b9e1b2c374e073869bc176620c69d5619c9da465.tar.gz
Deprecate --small-files-in-btree in help text
-rw-r--r--obnamlib/plugins/backup_plugin.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/obnamlib/plugins/backup_plugin.py b/obnamlib/plugins/backup_plugin.py
index 978db2e4..977ae366 100644
--- a/obnamlib/plugins/backup_plugin.py
+++ b/obnamlib/plugins/backup_plugin.py
@@ -119,10 +119,8 @@ class BackupPlugin(obnamlib.ObnamPlugin):
self.app.settings.boolean(
['small-files-in-btree'],
- 'put contents of small files directly into '
- 'the per-client B-tree, instead of '
- 'separate chunk files; do not use this '
- 'as it is quite bad for performance',
+ 'this is available only for backwards compatibility; '
+ 'do not use it, and remove it from your configuration',
group=backup_group)
# Performance related settings.