Prepare for post-2.2.0 (2.2.90).
[sliver-openvswitch.git] / utilities / bugtool / ovs-bugtool.8.in
index a1e653b..6f4e0b5 100644 (file)
@@ -23,9 +23,6 @@ system and places it in \fB/var/log/ovs-bugtool\fR.
 .IP "\fB\-\-all\fR"
 Use all available capabilities.
 .
-.IP "\fB\-\-ovs\fR"
-Use only Open vSwitch relevant capabilities.
-.
 .IP "\fB\-\-capabilities\fR"
 List \fBovs\-bugtool\fR capabilities.
 .
@@ -35,15 +32,24 @@ Print verbose debugging output.
 .IP "\fB\-\-entries=\fIlist\fR"
 Use the capabilities specified in a comma-separated list.
 .
+.IP "\fB\-\-log\-days=\fIdays\fR"
+Include the logs with last modification time in the previous \fIdays\fR days
+in the debug bundle. The number of log files included has a big impact on the
+eventual bundle size. The default value is 20 days.
+.
 .IP "\fB\-\-output=\fIfiletype\fR"
 Generate a debug bundle with the specified file type.  Options include
 \fBtar\fR, \fBtar.gz\fR, \fBtar.bz2\fR, and \fBzip\fR.
 .
+.IP "\fB\-\-ovs\fR"
+Use only Open vSwitch relevant capabilities.
+.
 .IP "\fB\-\-silent\fR"
 Suppress output.
 .
 .IP "\fB\-\-unlimited\fR"
-Do not exclude files which are too large.
+Do not exclude files which are too large. Also skip checking free disk space.
+By default up to 90 percent of the free disk space can be used.
 .
 .IP "\fB\-\-yestoall\fR"
 Answer yes to all prompts.