docs: Fix typo in umount command documentation

This commit is contained in:
Juan David Hurtado G
2025-01-11 16:59:01 -05:00
parent c70cb249dd
commit 65aa9d0258

View File

@@ -19,7 +19,7 @@ Syntax requires only the jail path to unmount.
Usage: bastille umount TARGET JAIL_PATH
If the directory you are unmounting has spaces, make sure to escape them with a backslash \, and enclode the mount point in quotes "".
If the directory you are unmounting has spaces, make sure to escape them with a backslash \, and enclose the mount point in quotes "".
.. code-block:: shell