diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2010-01-08 01:47:48 +0100 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2010-01-08 01:47:48 +0100 |
commit | fbfabd9adcf40c178fb6e2f2e1d3dca9d374236a (patch) | |
tree | 91b87b47d9b406fb0e0e2d5bb5ba05ddc7a32c7c /man | |
parent | c27daa564e7cd4926ac3335614b80ea788f686d3 (diff) |
- add --install-dir parameter to install-xpi
- update man/install-xpi.1
- update src/install-xpi
Diffstat (limited to 'man')
-rw-r--r-- | man/install-xpi.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/install-xpi.1 b/man/install-xpi.1 index 1db95d1..c6b4109 100644 --- a/man/install-xpi.1 +++ b/man/install-xpi.1 @@ -41,6 +41,11 @@ this parameter several times. \fB\-h\fR, \fB\-\-help\fR Display a brief help message. .TP +\fB\-i\fR \fIdirectory\fP, \fB\-\-install-dir\fR=\fIdirectory\fP +The xpi file will be installed in the specified directory. +.I directory +must be an absolute path. Use this parameter with care. +.TP \fB\-l\fR \fIdirectory\fP, \fB\-\-link\fR=\fIdirectory\fP An additional link from the \fIdirectory\fP to the installation directory of the extension will be created. You can use this parameter several times. |