README: make it easier to copy and paste send command

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@cardoe.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Doug Goldstein 2016-01-22 23:01:23 -06:00 committed by Bruce Ashfield
parent 3bfe5c0b63
commit c613f19bf2

2
README
View File

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