mounts/noop: drop wrong host-command reference

The noop mount does not use FileSystemMountService, and as such never
calls into `mount(1)`. Drop this information from the documentation.

Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
David Rheinsberg 2022-07-22 10:35:47 +02:00 committed by Christian Kellner
parent 092f886904
commit 2544486332

View file

@ -4,8 +4,6 @@ No-op mount service
Does not mount anything, but only creates an empty directory. Does not mount anything, but only creates an empty directory.
Useful for testing. Useful for testing.
Host commands used: mount
""" """
import os import os