Skip to content

Commit

Permalink
Some README.md formatting
Browse files Browse the repository at this point in the history
Github renders consecutive lines into an alinea.
The added triple backticks protect
  -v, --volume=                     volume to mount
  -i, --image=                      image to add
  -e, --environ-var=                Environment variables (use -e VARIABLE:VALUE syntax)
to become
  -v, --volume= volume to mount -i, --image= image to add -e,
  --environ-var=  Environment variables (use -e VARIABLE:VALUE syntax)
  • Loading branch information
stappersg authored and sjoerdsimons committed Apr 14, 2022
1 parent f7533bd commit 415d8db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Creates a vm based on the currently running system.

fakemachine [OPTIONS]

```
Application Options:
-b, --backend=[auto|kvm|uml|qemu] Virtualisation backend to use (default: auto)
-v, --volume= volume to mount
Expand All @@ -19,3 +20,4 @@ Application Options:
Help Options:
-h, --help Show this help message
```

0 comments on commit 415d8db

Please sign in to comment.