diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:56:11 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:56:11 (EST) |
commit | 4c0f6549e9ec67c71b7f783240c5081bf6765be2 (patch) | |
tree | 5943549546a8dfb1238ad965a12e4dd9feca6781 | |
parent | 0afc426c6368bcd1bebf3dcbce9bd8304021429e (diff) |
prokit-install(8): Explain default suite parts
-rw-r--r-- | man/prokit-install.8in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/prokit-install.8in b/man/prokit-install.8in index 7259708..fc07c7b 100644 --- a/man/prokit-install.8in +++ b/man/prokit-install.8in @@ -18,7 +18,11 @@ whole storage device, not a partition. .P \fIsuite\fP can be a distribution like \fItrunk\fP; a channel and distribution like \fIdev/trunk\fP; a profile and distribution like \fIproteanos:trunk\fP; or -a profile, channel, and distribution like \fIproteanos:dev/trunk\fP. +a profile, channel, and distribution like \fIproteanos:dev/trunk\fP. If the +profile is omitted, \fIproteanos\fP is used by default. If the channel is +omitted, \fIrel\fP is used by default in the \fIproteanos\fP profile. If the +whole \fIsuite\fP argument is omitted, \fIproteanos:rel/trunk\fP is used by +default. .SH OPTIONS .TP |