[libvirt] [PATCH rust 5/5] fix code formating in README

Sahid Orentino Ferdjaoui sahid.ferdjaoui at canonical.com
Thu Jul 4 10:15:29 UTC 2019


Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui at canonical.com>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index a359574..6e1ad64 100644
--- a/README.md
+++ b/README.md
@@ -76,14 +76,18 @@ at any time. The preferred submission method is to use git send-email
 to submit patches to the libvir-list at redhat.com mailing list. eg. to
 send a single patch
 
+```
    git send-email --to libvir-list at redhat.com --subject-prefix "PATCH rust" \
        --smtp-server=$HOSTNAME -1
+```
 
 Or to send all patches on the current branch, against master
 
+```
    git send-email --to libvir-list at redhat.com --subject-prefix "PATCH rust" \
        --smtp-server=$HOSTNAME --no-chain-reply-to --cover-letter --annotate \
        master..
+```
 
 Note the master GIT repository is at
 
-- 
2.20.1




More information about the libvir-list mailing list