summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2020-08-22 12:26:05 +0200
committernicolargo <nicolas@nicolargo.com>2020-08-22 12:26:05 +0200
commitc23586b6e9ab50271b3f5f5c71ceb96fbe2bdf30 (patch)
tree35ea5ef3b4b9bb91348e4b734a7053c499f03377 /docs
parent2bbb8f774922d4bc6bdd0a120a094aa766303d66 (diff)
Do not display zsh share twice
Diffstat (limited to 'docs')
-rw-r--r--docs/aoa/fs.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/aoa/fs.rst b/docs/aoa/fs.rst
index 37dae695..23d4eecd 100644
--- a/docs/aoa/fs.rst
+++ b/docs/aoa/fs.rst
@@ -27,13 +27,13 @@ User disk space usage Status
By default, the plugin only displays physical devices (hard disks, USB
keys). To allow other file system types, you have to enable them in the
-configuration file. For example, if you want to allow the ``zfs`` file
+configuration file. For example, if you want to allow the ``shm`` file
system:
.. code-block:: ini
[fs]
- allow=zfs
+ allow=shm
Also, you can hide mount points as well (in the following ``/boot``):