docs: update fs.md virtiofs command

The `-d` option is deprecated.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2022-07-30 15:15:33 +00:00 committed by Rob Bradford
parent a4859ffe85
commit af958c9448

View File

@ -29,7 +29,7 @@ mkdir /tmp/shared_dir
_Run virtiofsd_ _Run virtiofsd_
```bash ```bash
./virtiofsd \ ./virtiofsd \
-d \ --log-level debug \
--socket-path=/tmp/virtiofs \ --socket-path=/tmp/virtiofs \
--shared-dir=/tmp/shared_dir \ --shared-dir=/tmp/shared_dir \
--cache=never --cache=never