~ chicken-core (chicken-5) c723f3cba161b13658e1c0b22c5fbe418b0cd349
commit c723f3cba161b13658e1c0b22c5fbe418b0cd349 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Mar 15 18:31:09 2018 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sun Mar 18 17:29:28 2018 +0100 Document -cached option in manual pages Signed-off-by: Peter Bex <peter@more-magic.net> diff --git a/chicken-install.mdoc b/chicken-install.mdoc index 8c06e21b..96ed3204 100644 --- a/chicken-install.mdoc +++ b/chicken-install.mdoc @@ -101,6 +101,8 @@ Use given .Ar filename for invocations of .Dq csi . +.It Fl cached +Install given eggs from cache and do not download. .El .Sh ENVIRONMENT Following environment variables change the behaviour of diff --git a/chicken-status.mdoc b/chicken-status.mdoc index 8e56c955..aceeaa82 100644 --- a/chicken-status.mdoc +++ b/chicken-status.mdoc @@ -67,6 +67,8 @@ When cross-compiling, only show host extensions. When cross-compiling, only show target extensions. .Dq override format. +.It Fl cached +List eggs that are currently cached. .El .Sh ENVIRONMENT The following environment variables change the behaviour ofTrap