summaryrefslogtreecommitdiffstats
path: root/README
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:44 -0500
commitc613f19bf2c5ccbcfa8dac0c9f3994d11f8f75ff (patch)
tree3d0c3ce000d33cbe219d6f14b417a49d9e81ada5 /README
parent3bfe5c0b63bbd6a5aad972d93519f03553dde82d (diff)
downloadmeta-virtualization-c613f19bf2c5ccbcfa8dac0c9f3994d11f8f75ff.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>
Diffstat (limited to 'README')
-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-------