summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obnamlib/app.py15
-rw-r--r--test-gpghome/random_seedbin600 -> 600 bytes
2 files changed, 13 insertions, 2 deletions
diff --git a/obnamlib/app.py b/obnamlib/app.py
index 39fc62e4..73f52921 100644
--- a/obnamlib/app.py
+++ b/obnamlib/app.py
@@ -86,8 +86,19 @@ class App(cliapp.Application):
default=obnamlib.IDPATH_SKIP,
group=perf_group)
- self.settings.boolean(['quiet'], 'be silent')
- self.settings.boolean(['verbose'], 'be verbose')
+ self.settings.boolean(
+ ['quiet'],
+ 'be silent: show only error messages, no progress updates')
+ self.settings.boolean(
+ ['verbose'],
+ 'be verbose: tell the user more of what is going on and '
+ 'generally make sure the user is aware of what is happening '
+ 'or at least that something is happening and '
+ 'also make sure their screen is getting updates frequently '
+ 'and that there is changes happening all the time so they '
+ 'do not get bored and that they in fact get frustrated by '
+ 'getting distracted by so many updates that they will move '
+ 'into the Gobi desert to live under a rock')
self.settings.boolean(['pretend', 'dry-run', 'no-act'],
'do not actually change anything (works with '
diff --git a/test-gpghome/random_seed b/test-gpghome/random_seed
index 9022d9e0..bb1e8715 100644
--- a/test-gpghome/random_seed
+++ b/test-gpghome/random_seed
Binary files differ