summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-05-14 06:39:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-05-14 06:39:15 (EDT)
commitba42d9d8c1747c14eec9fd47a39617aa9adf607a (patch)
treee3f97cf67bcdc248ddd9c10fbb97192c6c1dfae5
parentce6d5f47a4999db9f0aa59b06acc8d1c46416146 (diff)
cli.txt: Add -u, -g, and -r
-rw-r--r--cli.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/cli.txt b/cli.txt
index de653e4..f181c7a 100644
--- a/cli.txt
+++ b/cli.txt
@@ -4,7 +4,7 @@ Usage: ./opkg-opk [-c CONTROL-DIR] [-f CONTROL-FILE] [-l] PACKAGE
--- OR ---
Usage: ./opkg-opk [-c CONTROL-DIR] [-f CONTROL-FILE] [-F DATA-FILE] [-l] [-L] PACKAGE
- or: ./opkg-opk -b -c CONTROL-DIR -d DATA-DIR PACKAGE
+ or: ./opkg-opk -b -c CONTROL-DIR -d DATA-DIR [-o OVERRIDE-FILE] [-u USER] [-g GROUP] [-r] PACKAGE
Options:
-b, --build Create a package from the specified
CONTROL-DIR and DATA-DIR.
@@ -14,6 +14,12 @@ Options:
-d, --data-dir=DATA-DIR In build mode, read data files from DATA-DIR.
-o, --ownership=OVERRIDE-FILE In build mode, read user/group overrides from
OVERRIDE-FILE.
+ -u, --user=USER In build mode, set owner to USER instead of
+ UID 0 for files without user/group overrides.
+ -g, --group=USER In build mode, set group to GROUP instead of
+ GID 0 for files without user/group overrides.
+ -r, --real-owner In build mode, use the real ownership of
+ files without user/group overrides.
-f, --control-file=CONTROL-FILE Print the contents of the named control file.
If this option is given multiple times, the
named control files will be printed in the
@@ -36,3 +42,4 @@ Options:
-F and -L are mutually exclusive
-f, -F, -l, and -L are invalid with -b
-d is only valid with -b
+-u and -g are invalid with -r