summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-14 09:08:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:20 +0100
commit72054b8f83a8a3cc61d22626e9cbb3ccda10ff0f (patch)
treeecea5799ab730b12eb642967efaf7952c7990669
parent00d2062bd5f08e43dd18bc48b29d6594e8233003 (diff)
downloadast2050-yocto-poky-72054b8f83a8a3cc61d22626e9cbb3ccda10ff0f.zip
ast2050-yocto-poky-72054b8f83a8a3cc61d22626e9cbb3ccda10ff0f.tar.gz
documentation/kernel-manual/kernel-how-to.xml: Added 'git' for a push example.
I forgot the 'git' part of the 'git push' command for the fix requested by Robert P. J. Day. (From yocto-docs rev: 458e18bd9d33c12ff3367cae8a4cc0c6c640b932) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 66ee2e5..8ef9793 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -739,7 +739,7 @@ repository.
<filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name
in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>.
<literallayout class='monospaced'>
- &gt; push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \
+ &gt; git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \
yocto/standard/common-pc/base:yocto/standard/common-pc/base
</literallayout>
</para>
OpenPOWER on IntegriCloud