From a98de941d04e8ca9304ba2f7336790dc1283634f Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Tue, 27 Jun 2023 02:01:27 +0200 Subject: river: change order of colums in list-rules command This will make it easier to extend the command later for new rules --- doc/riverctl.1.scd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/riverctl.1.scd') diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 7218a6c..7f1fcc3 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -281,11 +281,11 @@ matches everything while _\*\*_ and the empty string are invalid. If multiple rules in a list match a given view the most specific rule will be applied. For example with the following rules ``` - action app-id title - ssd foo bar - csd foo * - csd * bar - ssd * baz + app-id title action + foo bar ssd + foo * csd + * bar csd + * baz ssd ``` a view with app-id 'foo' and title 'bar' would get ssd despite matching two csd rules as the first rule is most specific. Furthermore a view -- cgit v1.2.3