summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2014-01-17 20:27:58 +0000
committerjvoisin2014-01-17 20:27:58 +0000
commit9987e610e928885792a0f9eb8025d971b3aeb82f (patch)
tree8bb5e9c6d1b61acc1380174de1d1f1ea4fdbb63b
parent064d2e80c18cd85bfa6c70306d5d6de5de25eda7 (diff)
Document the fact that --add2archive is off by default
-rwxr-xr-xmat2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat b/mat
index 8b8282e..7146170 100755
--- a/mat
+++ b/mat
@@ -22,7 +22,7 @@ def parse():
22The default behaviour is to clean files given in argument') 22The default behaviour is to clean files given in argument')
23 options = optparse.OptionGroup(parser, 'Options') 23 options = optparse.OptionGroup(parser, 'Options')
24 options.add_option('--add2archive', '-a', action='store_true', 24 options.add_option('--add2archive', '-a', action='store_true',
25 default=False, help='Add to output archive non-supported filetypes') 25 default=False, help='Add to output archive non-supported filetypes (Off by default)')
26 options.add_option('--backup', '-b', action='store_true', default=False, 26 options.add_option('--backup', '-b', action='store_true', default=False,
27 help='Keep a backup copy') 27 help='Keep a backup copy')
28 options.add_option('--force', '-f', action='store_true', default=False, 28 options.add_option('--force', '-f', action='store_true', default=False,