summaryrefslogtreecommitdiffstats
path: root/cli.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cli.txt')
-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.