summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/restore_plugin.py
diff options
context:
space:
mode:
authorDamien Couroussé <damien.courousse@gmail.com>2012-07-17 23:23:58 +0200
committerDamien Couroussé <damien.courousse@gmail.com>2012-07-17 23:23:58 +0200
commit104845b11a2b30a465fc606c29456829d85c1dfb (patch)
treee61706fbcd1134bb930b8e929615c287567c402b /obnamlib/plugins/restore_plugin.py
parent2b73794c542efce9e265f994824da719882f33f7 (diff)
downloadobnam-104845b11a2b30a465fc606c29456829d85c1dfb.tar.gz
obnam synopsis : temporarily replace FILE by DIRECTORY
* obnam currently does not support FILE arguments for the bakcup, verify and restore commands
Diffstat (limited to 'obnamlib/plugins/restore_plugin.py')
-rw-r--r--obnamlib/plugins/restore_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/plugins/restore_plugin.py b/obnamlib/plugins/restore_plugin.py
index 84f1ee10..1b191173 100644
--- a/obnamlib/plugins/restore_plugin.py
+++ b/obnamlib/plugins/restore_plugin.py
@@ -62,7 +62,7 @@ class RestorePlugin(obnamlib.ObnamPlugin):
def enable(self):
self.app.add_subcommand('restore', self.restore,
- arg_synopsis='[FILE]...')
+ arg_synopsis='[DIRECTORY]...')
self.app.settings.string(['to'], 'where to restore')
self.app.settings.string(['generation'],
'which generation to restore',