From 356120c0580a6fa7e3a175e97d2d9e7931022347 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 29 Oct 2022 15:25:56 +0200 Subject: [PATCH] Doc fix --- doc/mkdwarfs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mkdwarfs.md b/doc/mkdwarfs.md index 34de6b85..2df9da4a 100644 --- a/doc/mkdwarfs.md +++ b/doc/mkdwarfs.md @@ -465,13 +465,13 @@ powerful, yet they're somewhat hard to get used to. There are only 3 different kinds of rules: -- `+ `pattern +- `+ `*pattern*: An "include" rule. -- `- `pattern +- `- `*pattern*: An "exclude" rule. -- `. `file +- `. `*file*: A merge file rule. Rules are read (recursively) from the specified file.