File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -256,13 +256,12 @@ All examples below use `python3 anyvm.py ...`. You can also run `python3 anyvm.p
256256- ` --disktype <type> ` : Disk interface type (e.g. ` virtio ` , ` ide ` ).
257257 - Example: ` python3 anyvm.py --os dragonflybsd --disktype ide `
258258
259- - ` --whpx ` : (Windows) Attempt to use WHPX acceleration.
260- - Example: ` python3 anyvm.py --os freebsd --whpx `
259+
261260
262261### Data directory
263262
264- - ` --data-dir <dir> ` / ` --workingdir <dir> ` : Directory used to store images and caches (default: ` ./output ` ).
265- - Example: ` python3 anyvm.py --os freebsd --data-dir .\\ output `
263+ - ` --data-dir <dir> ` : Directory used to store images and caches (default: ` ./output ` ).
264+ - Example: ` python3 anyvm.py --os freebsd --data-dir output `
266265
267266### Run a command inside the VM
268267
You can’t perform that action at this time.
0 commit comments