summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-01-22 23:01:23 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-12-18 22:47:50 -0500
commit7946a48cbfd7f819c49c05e38c7a933e0eee4934 (patch)
treedd3f267ff9e77c34bb5e2b6cd65b6b84c64942fd
parent923bf510d56d32e377ec2d0986d22512ac8a9423 (diff)
downloadmeta-virtualization-7946a48cbfd7f819c49c05e38c7a933e0eee4934.tar.gz
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>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c60044d2..2578f904 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Maintainers: Raymond Danks <ray.danks@se-eng.com>
42 Bruce Ashfield <bruce.ashfield@gmail.com> 42 Bruce Ashfield <bruce.ashfield@gmail.com>
43 43
44When sending single patches, please using something like: 44When sending single patches, please using something like:
45'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH' 45$ git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix='meta-virtualization][PATCH'
46 46
47License 47License
48------- 48-------