summaryrefslogtreecommitdiffstats
path: root/docs/aoa/fs.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-05-22 16:27:46 +0200
committernicolargo <nicolas@nicolargo.com>2022-05-22 16:27:46 +0200
commit4d50e8cb5756755cf019cef1f45cd569bef708fc (patch)
treef9d4a5d9712a058b9a5758a6ab7e0acb60327030 /docs/aoa/fs.rst
parentfeed48aa8d0d76632fccbc9ca38dad8926d440f4 (diff)
Create a Show option in the configuration file to only show some stats #2052
Diffstat (limited to 'docs/aoa/fs.rst')
-rw-r--r--docs/aoa/fs.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/aoa/fs.rst b/docs/aoa/fs.rst
index 92428555..1b3b7155 100644
--- a/docs/aoa/fs.rst
+++ b/docs/aoa/fs.rst
@@ -46,9 +46,10 @@ To hide all mount points starting with /boot and /snap:
Filtering are also applied on device name (Glances 3.1.4 or higher).
-Example to hide all /dev/sdb mount points:
+It is also possible to configure a white list of devices to display:
+Example to only show /dev/sdb mount points:
.. code-block:: ini
[fs]
- hide=/dev/sdb.*
+ show=/dev/sdb.*