From 21bd4890601dcfb0a98729eece60c19499b20765 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 17 May 2023 04:19:15 -0400 Subject: cli.txt: Add device special file option --- 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. -- cgit v0.9.1