From 335426d18fad6fda56d22b156f3a1754a2fd3db4 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Fri, 9 Feb 2024 08:50:34 +1100 Subject: [PATCH] mat2: add example (#12216) * mat2: add example --------- Co-authored-by: Juri Dispan --- pages/common/mat2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/mat2.md b/pages/common/mat2.md index dd75dc3b55..e67c2a3d40 100644 --- a/pages/common/mat2.md +++ b/pages/common/mat2.md @@ -22,3 +22,7 @@ - Partially remove metadata from a file: `mat2 --lightweight {{path/to/file}}` + +- Remove metadata from a file in place, without creating a backup: + +`mat2 --inplace {{path/to/file}}`