diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/opkg-cl.1.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/opkg-cl.1.in b/man/opkg-cl.1.in index 9c617f0..d15e985 100644 --- a/man/opkg-cl.1.in +++ b/man/opkg-cl.1.in @@ -128,6 +128,14 @@ directory name in a pinch). \fB\-o <\fIdirectory\fP>, \fB\--offline-root <\fIdirectory\fP>\fR Use \fIdirectory\fP as the root directory for offline installation of packages. +.TP +\fB\--add-dest <\fIname\fP>:<\fIpath\fP>\fR +Register \fIpath\fP as installation target \fIname\fP for use in +conjunction with \fB\--dest\fP +.TP +\fB\--add-arch <\fIarch\fP>:<\fIprio\fP>\fR +Register the package architecture \fIarch\fP with the numeric +priority \fIprio\fP. Lower priorities take precedence. .SS FORCE OPTIONS .TP \fB\--force-depends \fR @@ -148,6 +156,9 @@ Allow opkg-cl to downgrade packages \fB\--force-space \fR Disable free space checks .TP +\fB\--force-postinstall \fR +Execute package postinstall scripts in offline installation mode +.TP \fB\--noaction\fR No action \- test only .TP |