summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds')
-rw-r--r--subcmds/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/manifest.py b/subcmds/manifest.py
index 5ceeb12f..4a5228ba 100644
--- a/subcmds/manifest.py
+++ b/subcmds/manifest.py
@@ -39,7 +39,7 @@ in a Git repository for use during future 'repo init' invocations.
39 helptext = self._helpDescription + '\n' 39 helptext = self._helpDescription + '\n'
40 r = os.path.dirname(__file__) 40 r = os.path.dirname(__file__)
41 r = os.path.dirname(r) 41 r = os.path.dirname(r)
42 fd = open(os.path.join(r, 'docs', 'manifest-format.txt')) 42 fd = open(os.path.join(r, 'docs', 'manifest-format.md'))
43 for line in fd: 43 for line in fd:
44 helptext += line 44 helptext += line
45 fd.close() 45 fd.close()