diff --git a/README.md b/README.md
index 4e6a696a277a9d33073a7682c2bd4a99da953e6e..5f902feaf056214ea971b21637f16fbf813b48b1 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ optional arguments:
                         (policy should be one of: abort, omit, keep) [Default:
                         abort]
   --inplace             clean in place, without backup
-  --no-sandbox          Disable bubblewrap's sandboxing.
+  --no-sandbox          Disable bubblewrap's sandboxing
   -v, --version         show program's version number and exit
   -l, --list            list all supported fileformats
   --check-dependencies  check if mat2 has all the dependencies it needs
diff --git a/mat2 b/mat2
index 2a468f385030e66ca80a40a88618cdc415523b43..e85ea86a90c9d361091e791258ebb412089b1e70 100755
--- a/mat2
+++ b/mat2
@@ -57,7 +57,7 @@ def create_arg_parser() -> argparse.ArgumentParser:
     parser.add_argument('--inplace', action='store_true',
                         help='clean in place, without backup')
     parser.add_argument('--no-sandbox', dest='sandbox', action='store_true',
-                        default=False, help='Disable bubblewrap\'s sandboxing.')
+                        default=False, help='Disable bubblewrap\'s sandboxing')
 
     excl_group = parser.add_mutually_exclusive_group()
     excl_group.add_argument('files', nargs='*', help='the files to process',