summaryrefslogtreecommitdiffstats
path: root/nightly/configuration
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-07 21:07:46 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-07 21:07:46 +0000
commit195859f2172ebe9442912c0a308a8ed2d39aaa50 (patch)
tree97c23b1b017377e63362a19414bb7cfadaa307b9 /nightly/configuration
parent6558cbe658cdd4be766da38e0df128bb036ce2bf (diff)
Deployed 1111bbe8 to nightly with MkDocs 1.4.2 and mike 1.1.2
Diffstat (limited to 'nightly/configuration')
-rw-r--r--nightly/configuration/command-line-flags/index.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/nightly/configuration/command-line-flags/index.html b/nightly/configuration/command-line-flags/index.html
index 47442aa1..e920a21d 100644
--- a/nightly/configuration/command-line-flags/index.html
+++ b/nightly/configuration/command-line-flags/index.html
@@ -1037,11 +1037,8 @@
<h1 id="command-line-flags"><a class="toclink" href="#command-line-flags">Command-line Flags</a></h1>
-<div class="admonition warning">
-<p class="admonition-title">Warning</p>
-<p>This section is in progress, and is just copied from the old documentation.</p>
-</div>
-<p>The following flags can be provided to bottom in the command line to change the behaviour of the program (run <code>btm --help</code> for more information on each flag):</p>
+<p>The following flags can be provided to bottom in the command line to change the behaviour of the program. You can also
+see information on these flags by running <code>btm -h</code>, or run <code>btm --help</code> to display more detailed information on each flag:</p>
<table>
<thead>
<tr>
@@ -1103,10 +1100,6 @@
<td>Disables mouse clicks.</td>
</tr>
<tr>
-<td><code>--enable_cache_memory</code></td>
-<td>Enable collecting and displaying cache and buffer memory (not available on Windows).</td>
-</tr>
-<tr>
<td><code>-m</code>, <code>--dot_marker</code></td>
<td>Uses a dot marker for graphs.</td>
</tr>
@@ -1199,6 +1192,10 @@
<td>Enable collecting and displaying GPU memory usage.</td>
</tr>
<tr>
+<td><code>--enable_cache_memory</code></td>
+<td>Enable collecting and displaying cache and buffer memory (not available on Windows).</td>
+</tr>
+<tr>
<td><code>--retention</code></td>
<td>How much data is stored at once in terms of time.</td>
</tr>