diff options
author | Wynn Wolf Arbor | 2020-05-03 17:53:08 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-03 17:53:08 +0200 |
commit | ec83ba371971dd2e00f46a17c7e22715756e18a1 (patch) | |
tree | 83b6c8a2758399d8f2dab1f358a02d3b5354bda6 | |
parent | b58e99a0873d049e0ec760d8c895ba5487869527 (diff) | |
download | bosun-ec83ba371971dd2e00f46a17c7e22715756e18a1.tar.gz |
Use Op Ar macros instead of manual formatting
-rw-r--r-- | bosun.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ The commands are as follows: Activates the given roles on the system. .It Sy flush Deactivates all actives roles on the system. -.It Sy list [ Em type ] +.It Sy list Op Ar type Lists roles of the given type. If no type is given, list roles of the .Dq active @@ -58,7 +58,7 @@ Lists all roles. .It Sy available Lists roles that are not active on the system. .El -.It Sy rebuild [ Em role ... ] +.It Sy rebuild Op Ar role ... Deactivates the given roles and then activates them again. This is used to incorporate files that have been added to an already active role. |