diff options
author | portix <none@none> | 2012-09-01 14:46:04 +0200 |
---|---|---|
committer | portix <none@none> | 2012-09-01 14:46:04 +0200 |
commit | bacb2ceb4666e5bfee70407396b53cd1af5a54a1 (patch) | |
tree | 4df0aea09bd261e9178bfb72e0fc5a12405b0e42 | |
parent | 747a830cfd8e005daa7580f9bcee72cb0462e93e (diff) | |
download | dwb-bacb2ceb4666e5bfee70407396b53cd1af5a54a1.zip |
Updating manpage
-rw-r--r-- | doc/dwbem.1 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/dwbem.1 b/doc/dwbem.1 index 10e934a7..59ccebde 100644 --- a/doc/dwbem.1 +++ b/doc/dwbem.1 @@ -112,12 +112,15 @@ it will be applied to all installed extensions\&. \fB\-N\fR, \fB\-\-no\-confirm\fR .RS 4 Can be combined with -\fB\-i\fR +\fB\-i\fR, +\fB\-u\fR or -\fB\-u\fR\&. When set all questions are skipped\&. When combined with +\fB\-U\fR\&. When set all questions are skipped\&. When combined with \fB\-i\fR an existing configuration will be overwritten with the default configuration\&. When combined with \fB\-u\fR +or +\fB\-U\fR the check for changed configurations is skipped\&. .RE .PP @@ -126,10 +129,19 @@ the check for changed configurations is skipped\&. Remove an extension\&. If it is a remote extension the extension will be deleted\&. This option also discards the configuration\&. .RE .PP -\fB\-u\fR, \fB\-\-update\fR +\fB\-u\fR, \fB\-\-upgrade\fR .RS 4 Update installed extensions\&. .RE +.PP +\fB\-U\fR \fIextension\fR, \fB\-\-update\fR \fIextension\fR +.RS 4 +Update +\fIextension\fR, the update will be forced\&. It is also useful to check if the configuration has been changed after using +\fB\-\-upgrade\fR +in combination with +\fB\-\-no\-confirm\fR\&. +.RE .SH "ENVIRONMENT VARIABLES" .sp \fBdwbem\fR expects the environment variables \fIEDITOR\fR and \fIDIFF_VIEWER\fR to be set, if they are unset \fIvim\fR and \fIvimdiff\fR are used respectively\&. \fIEDITOR\fR needs to be set if the configuration is edited or a new extension is installed, \fIDIFF_VIEWER\fR needs to be set if extensions are updated\&. |