doc: fix typo in riverctl man page

This commit is contained in:
Isaac Freund 2023-03-13 10:04:46 +01:00
parent e4e8eae0df
commit 0355b654af
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -252,7 +252,7 @@ _\*_ in a _glob_ matches zero or more arbitrary characters in the app-id
or title. or title.
For example, _abc_ is matched by _a\*_, _\*a\*_, _\*b\*_, _\*c_, _abc_, and For example, _abc_ is matched by _a\*_, _\*a\*_, _\*b\*_, _\*c_, _abc_, and
_\*_ but not matched by _\*a_, _b\*_, _\*b_, _\*c_, or _ab_. Note that _\*_ _\*_ but not matched by _\*a_, _b\*_, _\*b_, _c\*_, or _ab_. Note that _\*_
matches everything while _\*\*_ and the empty string are invalid. matches everything while _\*\*_ and the empty string are invalid.
*rule-add* _action_ [*-app-id* _glob_|*-title* _glob_] *rule-add* _action_ [*-app-id* _glob_|*-title* _glob_]