diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2016-01-22 23:01:23 -0600 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-18 22:47:50 -0500 |
commit | 7946a48cbfd7f819c49c05e38c7a933e0eee4934 (patch) | |
tree | dd3f267ff9e77c34bb5e2b6cd65b6b84c64942fd | |
parent | 923bf510d56d32e377ec2d0986d22512ac8a9423 (diff) | |
download | meta-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
44 | When sending single patches, please using something like: | 44 | When 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 | ||
47 | License | 47 | License |
48 | ------- | 48 | ------- |