summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-05-16 13:44:51 +0100
committerLars Wirzenius <liw@liw.fi>2011-05-16 13:44:51 +0100
commit637cf89e349955ddc7fec7415f34a2037beb5dfa (patch)
treeb8e1afc08a5ca6ecae282ab5aab31b2018cb81a4 /seivot
parente7e235fc9d43638955d2820a07cf9a3bd5f2b817 (diff)
downloadseivot-637cf89e349955ddc7fec7415f34a2037beb5dfa.tar.gz
Rename --use-network to --use-sftp, for accuracy.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot4
1 files changed, 2 insertions, 2 deletions
diff --git a/seivot b/seivot
index 7712f1e..d01ed49 100755
--- a/seivot
+++ b/seivot
@@ -318,9 +318,9 @@ class Seivot(cliapp.Application):
'running commands (will ask for '
'sudo pasword')
- self.settings.add_boolean_setting(['use-network'],
+ self.settings.add_boolean_setting(['use-sftp'],
'access backup repository over the '
- 'network')
+ 'network via sftp')
def process_args(self, args):
progname = self.settings['program']