From 9987e610e928885792a0f9eb8025d971b3aeb82f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 17 Jan 2014 20:27:58 +0000 Subject: Document the fact that --add2archive is off by default --- mat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat b/mat index 8b8282e..7146170 100755 --- a/mat +++ b/mat @@ -22,7 +22,7 @@ def parse(): The default behaviour is to clean files given in argument') options = optparse.OptionGroup(parser, 'Options') options.add_option('--add2archive', '-a', action='store_true', - default=False, help='Add to output archive non-supported filetypes') + default=False, help='Add to output archive non-supported filetypes (Off by default)') options.add_option('--backup', '-b', action='store_true', default=False, help='Keep a backup copy') options.add_option('--force', '-f', action='store_true', default=False, -- cgit v1.3