summaryrefslogtreecommitdiffstats
path: root/docs/aoa/fs.rst
diff options
context:
space:
mode:
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.*