summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2012-11-14 08:51:38 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2012-11-14 08:54:04 +0900
commitb1525bffae609455331d8587c14d22a5f58e203b (patch)
tree0ff74be8591170da14bbf8171144a72bc746b19c
parent685f080d626ccdc7ed0d76cccb38810285fc40e0 (diff)
downloadgit-repo-b1525bffae609455331d8587c14d22a5f58e203b.tar.gz
Fix documentation reference to local_manifest.xml
Documentation of the remove-project element still refers explicitly to local_manifest.xml. Change it to the more generic "a local manifest". Change-Id: I6278beab99a582fae26a4e053adc110362c714c2
-rw-r--r--docs/manifest-format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index 20ab9eb0..2cc55c2d 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -209,7 +209,7 @@ Deletes the named project from the internal manifest table, possibly
209allowing a subsequent project element in the same manifest file to 209allowing a subsequent project element in the same manifest file to
210replace the project with a different source. 210replace the project with a different source.
211 211
212This element is mostly useful in the local_manifest.xml, where 212This element is mostly useful in a local manifest file, where
213the user can remove a project, and possibly replace it with their 213the user can remove a project, and possibly replace it with their
214own definition. 214own definition.
215 215