From ee5c4f6f0bb0ac70a57481f4935a4f387c400de8 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 23 Oct 2017 12:45:23 -0700 Subject: [PATCH] blobcli: fix README.md code block formatting Change-Id: I4bc9c0246158eeccfd819089aff095798be1f786 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/383501 Reviewed-by: Paul Luse Tested-by: SPDK Automated Test System --- examples/blob/cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/blob/cli/README.md b/examples/blob/cli/README.md index 5ec4a9fe7..c457ad4e9 100644 --- a/examples/blob/cli/README.md +++ b/examples/blob/cli/README.md @@ -37,7 +37,7 @@ script lines will simply be skipped, otherwise the tool will exit if it runs into an invalid line (ie './blobcli -T test.bs ignore`). Sample test/bs file: -~~{.sh} +~~~{.sh} # this is a comment -i -s bs @@ -58,4 +58,4 @@ Sample test/bs file: -s $B0 -s $B1 -s bs -~~ +~~~