summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-05-17 04:19:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-05-17 04:19:15 (EDT)
commit21bd4890601dcfb0a98729eece60c19499b20765 (patch)
treeff873267435ec215f97c263330dacf1954c99343
parentce2b1261cf4c5edd73f44aa7c3b27bf9da7da647 (diff)
cli.txt: Add device special file option
-rw-r--r--cli.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/cli.txt b/cli.txt
index 8c54800..2b50ee6 100644
--- a/cli.txt
+++ b/cli.txt
@@ -25,13 +25,15 @@ Options:
since they may differ.
Build mode:
-Usage: ./opkg-opk -b -c CONTROL-DIR -d DATA-DIR [-o OVERRIDE-FILE] \
- [-u USER] [-g GROUP] [-r] PACKAGE
+Usage: ./opkg-opk -b -c CONTROL-DIR -d DATA-DIR [-s SPECIAL-FILE] \
+ [-o OVERRIDE-FILE] [-u USER] [-g GROUP] [-r] PACKAGE
Options:
-b, --build Create a package from the specified
CONTROL-DIR and DATA-DIR.
-c, --control-dir=CONTROL-DIR Read control files from CONTROL-DIR.
-d, --data-dir=DATA-DIR Read data files from DATA-DIR.
+ -s, --special=SPECIAL-FILE Read device special files list from
+ SPECIAL-FILE.
-o, --ownership=OVERRIDE-FILE Read user/group overrides from OVERRIDE-FILE.
-u, --user=USER Set owner to USER instead of UID 0 for files
without user/group overrides.