aboutsummaryrefslogtreecommitdiff
path: root/man/mkfs.erofs.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/mkfs.erofs.1')
-rw-r--r--man/mkfs.erofs.18
1 files changed, 8 insertions, 0 deletions
diff --git a/man/mkfs.erofs.1 b/man/mkfs.erofs.1
index d6bf828..d47207a 100644
--- a/man/mkfs.erofs.1
+++ b/man/mkfs.erofs.1
@@ -52,6 +52,14 @@ Forcely generate extended inodes (64-byte inodes) to output.
Set all files to the given UNIX timestamp. Reproducible builds requires setting
all to a specific one.
.TP
+.BI "\-\-exclude-path=" path
+Ignore file that matches the exact literal path.
+You may give multiple `--exclude-path' options.
+.TP
+.BI "\-\-exclude-regex=" regex
+Ignore files that match the given regular expression.
+You may give multiple `--exclude-regex` options.
+.TP
.B \-\-help
Display this help and exit.
.SH AUTHOR