summaryrefslogtreecommitdiffstats
path: root/nightly/configuration
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-06-24 05:37:12 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-06-24 05:37:12 +0000
commit4752fe59419a56aee971741456c17a90cf531e79 (patch)
treefc6b58b1030e671f22eb06b6e852d8373258fdd9 /nightly/configuration
parentcadd8d274546847f0b290d0a6a290dab9a603be6 (diff)
Deployed 4ac3b432 to nightly with MkDocs 1.4.3 and mike 1.1.2
Diffstat (limited to 'nightly/configuration')
-rw-r--r--nightly/configuration/command-line-flags/index.html8
-rw-r--r--nightly/configuration/config-file/flags/index.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/nightly/configuration/command-line-flags/index.html b/nightly/configuration/command-line-flags/index.html
index 4f5f9a0a..13538d9c 100644
--- a/nightly/configuration/command-line-flags/index.html
+++ b/nightly/configuration/command-line-flags/index.html
@@ -1164,8 +1164,8 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
<td>Show processes as their commands by default.</td>
</tr>
<tr>
-<td>-r, --rate <MS></td>
-<td>Sets a refresh rate in ms.</td>
+<td>-r, --rate <TIME></td>
+<td>Sets the data refresh rate.</td>
</tr>
<tr>
<td>-R, --regex</td>
@@ -1173,7 +1173,7 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
</tr>
<tr>
<td>--retention <TIME></td>
-<td>The timespan of data kept.</td>
+<td>The timespan of data stored.</td>
</tr>
<tr>
<td>--show_table_scroll_position</td>
@@ -1189,7 +1189,7 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
</tr>
<tr>
<td>-n, --unnormalized_cpu</td>
-<td>Show process CPU% without normalizing over the number of cores.</td>
+<td>Show process CPU% usage without normalizing over the number of cores.</td>
</tr>
<tr>
<td>--use_old_network_legend</td>
diff --git a/nightly/configuration/config-file/flags/index.html b/nightly/configuration/config-file/flags/index.html
index d7ba1bc8..9b70d8f5 100644
--- a/nightly/configuration/config-file/flags/index.html
+++ b/nightly/configuration/config-file/flags/index.html
@@ -1109,7 +1109,7 @@ each time:</p>
</tr>
<tr>
<td><code>rate</code></td>
-<td>Unsigned Int (represents milliseconds)</td>
+<td>Unsigned Int (represents milliseconds) or String (represents human time)</td>
<td>Sets a refresh rate in ms.</td>
</tr>
<tr>