summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xunperish3
1 files changed, 2 insertions, 1 deletions
diff --git a/unperish b/unperish
index 8c190d1..65dcef1 100755
--- a/unperish
+++ b/unperish
@@ -34,7 +34,8 @@ class Unperish(cliapp.Application):
metafilename = 'project.meta'
def add_settings(self):
- self.settings.boolean(['verbose'], 'print commands that are executed')
+ self.settings.boolean(['verbose', 'v'],
+ 'print commands that are executed')
self.settings.boolean(['no-act', 'dry-run', 'n'],
'don\'t run commands')
self.settings.string(['build-area'],