From 415d8db17f2d413846b7e8557b0ed3a2da54ccb3 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Thu, 14 Apr 2022 13:23:28 +0200 Subject: [PATCH] Some README.md formatting 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) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e3cd5c..fed5766 100644 --- a/README.md +++ b/README.md @@ -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 @@ -19,3 +20,4 @@ Application Options: Help Options: -h, --help Show this help message +```