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:
parent
092f886904
commit
2544486332
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ No-op mount service
|
|||
|
||||
Does not mount anything, but only creates an empty directory.
|
||||
Useful for testing.
|
||||
|
||||
Host commands used: mount
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue