summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-05-16 13:44:15 +0100
committerLars Wirzenius <liw@liw.fi>2011-05-16 13:44:15 +0100
commite7e235fc9d43638955d2820a07cf9a3bd5f2b817 (patch)
tree3142ee372ab2fff7021b9198dac48b38e0c9ffcb /seivot
parent36931b654d8e155e73a0209a9180a1fb91ba2a60 (diff)
downloadseivot-e7e235fc9d43638955d2820a07cf9a3bd5f2b817.tar.gz
Add --use-network option.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot4
1 files changed, 4 insertions, 0 deletions
diff --git a/seivot b/seivot
index ac04a42..7712f1e 100755
--- a/seivot
+++ b/seivot
@@ -318,6 +318,10 @@ class Seivot(cliapp.Application):
'running commands (will ask for '
'sudo pasword')
+ self.settings.add_boolean_setting(['use-network'],
+ 'access backup repository over the '
+ 'network')
+
def process_args(self, args):
progname = self.settings['program']
logging.info('Benchmarking: %s' % progname)