Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romain
mat2
Commits
615997be
Commit
615997be
authored
5 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Update the help section of the readme
parent
4ba4b143
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-7
9 additions, 7 deletions
README.md
with
9 additions
and
7 deletions
README.md
+
9
−
7
View file @
615997be
...
...
@@ -56,9 +56,9 @@ $ python3-coverage report --include -m --include /libmat2/*'
# How to use mat2
```
bash
usage: mat2
[
-h
]
[
-
v
]
[
-
l
]
[
--check-dependencies
]
[
-V
]
[
-
-unknown-members
policy
]
[
-
s
|
-
L
]
```
usage: mat2 [-h] [-
V
] [-
-unknown-members policy] [--inplace] [--no-sandbox
]
[-
v] [-l] [--check-dependencies
] [-
L
| -
s
]
[files [files ...]]
Metadata anonymisation toolkit 2
...
...
@@ -68,17 +68,19 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
-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
-V, --verbose show more verbose status information
--unknown-members policy
how to handle unknown members of archive-style files
(policy should be one of: abort, omit, keep) [Default:
abort]
--inplace clean in place, without backup
--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
-L, --lightweight remove SOME metadata
-s, --show list harmful metadata detectable by mat2 without
removing them
-L, --lightweight remove SOME metadata
```
Note that mat2
**will not**
clean files in-place, but will produce, for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment