From 738a9371449ba9f7c43ccb0f7207b739f2eb429c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 5 Jun 2011 16:11:12 +0100 Subject: Add -v as alias for --verbose. --- unperish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'], -- cgit v1.2.1