From: Ralph Ronnquist <ralph.ronnquist@gmail.com>
Date: Sat, 18 Dec 2021 05:59:50 +0000 (+1100)
Subject: tell about -C option
X-Git-Tag: 0.1.0~19
X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=e824e8100509bd5ec7ad80060cc3b52db7de8a1f;p=rrq%2Fnewlisp%2Fpacknl.git

tell about -C option
---

diff --git a/README.adoc b/README.adoc
index 656dcf9..6394f2f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -9,7 +9,7 @@ file is used as "main script" that is loaded automatically. The
 remaining application files are set up to be available as overriding
 members for the +load+, +read-file+ and +file?+ functions.
 
-.packnl -w binary ( file | -a name | -A name )*
+.packnl -w binary ( file | -a name | -A name | -C path )*
 ====
 This commandline form is used for preparing a binary with the given
 files. The nominated files will be appended to the binary in the given
@@ -21,6 +21,8 @@ binary.
 
 * The *-A* option is used for including all members of an +ar+ style
 archive.
+
+* The *-C* option is used for changing (input) directory as given.
 ====
 
 .packnl -t binary