summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/dwbem.124
-rw-r--r--doc/dwbem.1.txt20
2 files changed, 32 insertions, 12 deletions
diff --git a/doc/dwbem.1 b/doc/dwbem.1
index 6ae12403..10e934a7 100644
--- a/doc/dwbem.1
+++ b/doc/dwbem.1
@@ -82,11 +82,6 @@ Show information about
\fIextension\fR\&.
.RE
.PP
-\fB\-r\fR \fIextension\fR, \fB\-\-remove\fR \fIextension\fR
-.RS 4
-Remove an extension\&. If it is a remote extension the extension will be deleted\&. This option also discards the configuration\&.
-.RE
-.PP
\fB\-l\fR, \fB\-\-list\fR
.RS 4
List installed extensions\&.
@@ -100,7 +95,7 @@ Edit configuration for
\fB\-B\fR\&.
.RE
.PP
-\fB\-n\fR, \fB\-\-noconfig\fR
+\fB\-n\fR, \fB\-\-no\-config\fR
.RS 4
Don\(cqt use a configuration in the loader script, use
\fI$XDG_CONFIG_HOME/dwb/extensionrc\fR
@@ -114,6 +109,23 @@ or
it will be applied to all installed extensions\&.
.RE
.PP
+\fB\-N\fR, \fB\-\-no\-confirm\fR
+.RS 4
+Can be combined with
+\fB\-i\fR
+or
+\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
+the check for changed configurations is skipped\&.
+.RE
+.PP
+\fB\-r\fR \fIextension\fR, \fB\-\-remove\fR \fIextension\fR
+.RS 4
+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
.RS 4
Update installed extensions\&.
diff --git a/doc/dwbem.1.txt b/doc/dwbem.1.txt
index 0c324c97..88e69c18 100644
--- a/doc/dwbem.1.txt
+++ b/doc/dwbem.1.txt
@@ -54,11 +54,6 @@ OPTIONS
*--info* 'extension'::
Show information about 'extension'.
-*-r* 'extension'::
-*--remove* 'extension'::
- Remove an extension. If it is a remote extension the extension will be
- deleted. This option also discards the configuration.
-
*-l*::
*--list*::
List installed extensions.
@@ -69,13 +64,26 @@ OPTIONS
'extensions.load', see also *-B*.
*-n*::
-*--noconfig*::
+*--no-config*::
Don't use a configuration in the loader script, use
'$XDG_CONFIG_HOME/dwb/extensionrc' instead. The extension will simply be
loaded with 'extensions.load("extension");'. This option can be combined with *-i*,
*-B* or *-L*. If combined with *-i* it will be applied to all installed
extensions.
+*-N*::
+*--no-confirm*::
+ Can be combined with *-i* or *-u*. When set all questions are skipped. When
+ combined with *-i* an existing configuration will be overwritten with the
+ default configuration. When combined with *-u* the check for changed
+ configurations is skipped.
+
+*-r* 'extension'::
+*--remove* 'extension'::
+ Remove an extension. If it is a remote extension the extension will be
+ deleted. This option also discards the configuration.
+
+
*-u*::
*--update*::
Update installed extensions.