diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 01:18:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 01:21:18 (EDT) |
commit | 7b45d555586134cbfb0269d3e5e95bbf558fbf01 (patch) | |
tree | c3c283bc2f9f0b9aff2a2d8c63e5dfc743b8806a | |
parent | 2a7ea7ab7df8cae144c337bb772139aea31143f5 (diff) |
pro-archman(1): Fix "remove" command synopsis
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | man/pro-archman.1in | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -9,6 +9,8 @@ Bug fixes: archives, after being missing from version 2.0.0. * "Manifest" files now list all architectures, platforms, and sections in each suite, not just those newly generated. + * The "remove" command synopsis in the pro-archman(1) manual page has + been fixed. ProteanOS Archive Manager version 2.0.0 --------------------------------------- diff --git a/man/pro-archman.1in b/man/pro-archman.1in index 19de186..1e14e0a 100644 --- a/man/pro-archman.1in +++ b/man/pro-archman.1in @@ -1,5 +1,5 @@ .TH PRO-ARCHMAN "1" \ -"2019-04-14" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@" +"2019-04-27" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@" .SH NAME pro-archman \- ProteanOS Archive Manager @@ -40,7 +40,7 @@ Include packages described in changes files. .B process-incoming Include packages in incoming. .TP -.B remove +.B remove \fIsuite\fP \fIsource\fP Remove packages from a suite. .TP .B copy-suite \fIsource-suite\fP \fIdestination-suite\fP |