summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
-rwxr-xr-xmat22
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e6a696..5f902fe 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ optional arguments:
80 (policy should be one of: abort, omit, keep) [Default: 80 (policy should be one of: abort, omit, keep) [Default:
81 abort] 81 abort]
82 --inplace clean in place, without backup 82 --inplace clean in place, without backup
83 --no-sandbox Disable bubblewrap's sandboxing. 83 --no-sandbox Disable bubblewrap's sandboxing
84 -v, --version show program's version number and exit 84 -v, --version show program's version number and exit
85 -l, --list list all supported fileformats 85 -l, --list list all supported fileformats
86 --check-dependencies check if mat2 has all the dependencies it needs 86 --check-dependencies check if mat2 has all the dependencies it needs
diff --git a/mat2 b/mat2
index 2a468f3..e85ea86 100755
--- a/mat2
+++ b/mat2
@@ -57,7 +57,7 @@ def create_arg_parser() -> argparse.ArgumentParser:
57 parser.add_argument('--inplace', action='store_true', 57 parser.add_argument('--inplace', action='store_true',
58 help='clean in place, without backup') 58 help='clean in place, without backup')
59 parser.add_argument('--no-sandbox', dest='sandbox', action='store_true', 59 parser.add_argument('--no-sandbox', dest='sandbox', action='store_true',
60 default=False, help='Disable bubblewrap\'s sandboxing.') 60 default=False, help='Disable bubblewrap\'s sandboxing')
61 61
62 excl_group = parser.add_mutually_exclusive_group() 62 excl_group = parser.add_mutually_exclusive_group()
63 excl_group.add_argument('files', nargs='*', help='the files to process', 63 excl_group.add_argument('files', nargs='*', help='the files to process',