diff options
author | Wynn Wolf Arbor | 2020-01-17 11:49:14 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-01-17 11:49:14 +0100 |
commit | 0b9aa169c67c7dfe00602cf24d69b9d6e17d1af6 (patch) | |
tree | af4298a86473057f248b434f1dba6d2d94952792 | |
parent | 0850810f7e6e5d0f293dad0a4ee36c982d8ac914 (diff) | |
download | bosun-0b9aa169c67c7dfe00602cf24d69b9d6e17d1af6.tar.gz |
Update manual to match program behaviour
It has always been possible to add or remove multiple roles at once, and
this is now reflected in the manual.
-rw-r--r-- | bosun.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.Dd June 19, 2019 +.Dd January 17, 2020 .Dt BOSUN 1 .Os .Sh NAME @@ -29,8 +29,8 @@ that point back to the actual files in the role directories. .Pp The commands are as follows: .Bl -tag -width Ds -.It Sy add Em role -Activates the given role on the system. +.It Sy add Em role ... +Activates the given roles on the system. .It Sy flush Deactivates all actives roles on the system. .It Sy list [ Em type ] @@ -51,8 +51,8 @@ Lists roles that are not active on the system. Deactivates all active roles and then activates them again. This is used to incorporate files that have been added to an already active role. -.It Sy remove Em role -Deactivates the given role on the system. +.It Sy remove Em role ... +Deactivates the given roles on the system. .El .Pp If no command is given, |