diff options
author | Wynn Wolf Arbor | 2020-01-21 21:32:55 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-01-21 21:32:55 +0100 |
commit | b3a6b5f6e8b5583345b65865ec44db2f3d0d945a (patch) | |
tree | eeede01c8efbfdc564eba5bfdc3a580baaf79a92 | |
parent | 8dbe19222a8cb76a85afdcafd4be2ec3393570ad (diff) | |
download | bosun-b3a6b5f6e8b5583345b65865ec44db2f3d0d945a.tar.gz |
Improve the SYNOPSIS section in the manual1.1.1
Diffstat (limited to '')
-rw-r--r-- | bosun.1 | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.Dd January 20, 2020 +.Dd January 21, 2020 .Dt BOSUN 1 .Os .Sh NAME @@ -6,7 +6,18 @@ .Nd manage portage roles with stow .Sh SYNOPSIS .Nm -.Op Ar command +.Ic add +.Ar role ... +.Nm +.Ic flush +.Nm +.Op Ic list Cm active | all | available +.Nm +.Ic rebuild +.Op Ar role ... +.Nm +.Ic remove +.Ar role ... .Sh DESCRIPTION .Nm is a program to add, remove, and list portage roles. |