~ chicken-core (chicken-5) 63402794834b7ffddc37046decbc57bea53cc72a


commit 63402794834b7ffddc37046decbc57bea53cc72a
Author:     Felix Winkelmann <felix.winkelmann@bevuta.com>
AuthorDate: Mon Feb 27 00:57:36 2023 +0100
Commit:     Felix Winkelmann <felix.winkelmann@bevuta.com>
CommitDate: Mon Feb 27 00:57:36 2023 +0100

    Added new option for chicken-install to manual page

diff --git a/chicken-install.mdoc b/chicken-install.mdoc
index 3a32a2bf..d075a692 100644
--- a/chicken-install.mdoc
+++ b/chicken-install.mdoc
@@ -99,6 +99,11 @@ which has the same format as
 This option may be given multiple times.
 .It Fl cached
 Only install eggs from cache, do not download.
+.It Fl l , Fl location Ar directory
+Get egg sources from the given directory.  
+May be provided multiple times.
+Locations specified on the command line have precedence over the
+ones specified in setup.defaults.
 .It Fl feature , Fl D Ar name
 Register feature 
 .Ar name ,
Trap