[meta-virtualization] [PATCH] README: make it easier to copy and paste send command

Doug Goldstein cardoe at cardoe.com
Fri Jan 22 21:01:23 PST 2016


The git send-email command on most shells requires the subject-prefix to
be quoted and with the trailing quote I always think it is from the
README and then realize after the fact I have to edit it. I used $ to
imply the shell prompt since that seems pretty common across the
internet.

Signed-off-by: Doug Goldstein <cardoe at cardoe.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index c60044d..2578f90 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Maintainers: Raymond Danks <ray.danks at se-eng.com>
              Bruce Ashfield <bruce.ashfield at gmail.com>
 
 When sending single patches, please using something like:
-'git send-email -1 --to meta-virtualization at yoctoproject.org --subject-prefix=meta-virtualization][PATCH'
+$ git send-email -1 --to meta-virtualization at yoctoproject.org --subject-prefix='meta-virtualization][PATCH'
 
 License
 -------
-- 
2.4.10



More information about the meta-virtualization mailing list