summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
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']