diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index 4f6725fd61..3a3af6dee8 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml @@ -443,7 +443,7 @@ https://.*/.* http://somemirror.org/sources/ \n" The variable GITDIR will be used as the base directory where the git tree is cloned to. - The parameters are tag, protocol and scmdata. tag is a Git tag, the default is master. protocol is the Git protocol to use and defaults to rsync. If scmdata is set to keep, the .git directory will be available during compile-time. + The parameters are tag, protocol and scmdata. tag is a Git tag, the default is master. protocol is the Git protocol to use and defaults to git if a hostname is set, otherwise its file. If scmdata is set to keep, the .git directory will be available during compile-time. SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1" SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http"