~ chicken-core (chicken-5) a6252d12a8ce80f92b18725d7307805a2c8730b3


commit a6252d12a8ce80f92b18725d7307805a2c8730b3
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Thu Oct 19 07:11:19 2017 +1300
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Thu Oct 19 07:11:19 2017 +1300

    Add "-from-list" option to chicken-install man page

diff --git a/chicken-install.mdoc b/chicken-install.mdoc
index cd9e48c0..f3eb43ba 100644
--- a/chicken-install.mdoc
+++ b/chicken-install.mdoc
@@ -89,6 +89,13 @@ Print path used for egg installation.
 .It Fl override Ar filename
 Override versions for installed eggs with information from
 .Ar filename .
+.It Fl from-list Ar filename
+Install eggs listed in
+.Ar filename ,
+which has the same format as
+.Xr chicken-status 1 Ns 's
+.Fl list No output.
+This option may be given multiple times.
 .It Fl csi Ar filename
 Use given
 .Ar filename
diff --git a/chicken-status.mdoc b/chicken-status.mdoc
index 6196f891..1e15f089 100644
--- a/chicken-status.mdoc
+++ b/chicken-status.mdoc
@@ -54,7 +54,9 @@ List installed components.
 .It Fl f , Fl files
 List installed files.
 .It Fl list
-Dump installed extensions and their versions in
+List installed egg versions in a format suitable for use with
+.Xr chicken-install 1 Ns 's
+.No Fl override No or Fl from-list No options.
 .It Fl match
 Treat
 .Ar NAME
Trap