doc: add missed -f flag to the command
This commit is contained in:
parent
925f446cb1
commit
73dd2d4883
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ behavior with the `-f` (`--file`) flag.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cp .env.example .env.properties
|
cp .env.example .env.properties
|
||||||
vnetod .env.properties local
|
vnetod -f .env.properties local
|
||||||
```
|
```
|
||||||
|
|
||||||
And you can also change the output file with the `-o` (`--output`) flag, if you
|
And you can also change the output file with the `-o` (`--output`) flag, if you
|
||||||
|
|
Loading…
Reference in a new issue