summaryrefslogtreecommitdiffstats
path: root/subcmds/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r--subcmds/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/manifest.py b/subcmds/manifest.py
index fb020d8c..f0a0d069 100644
--- a/subcmds/manifest.py
+++ b/subcmds/manifest.py
@@ -30,7 +30,7 @@ class Manifest(PagedCommand):
30 _helpDescription = """ 30 _helpDescription = """
31 31
32With the -o option, exports the current manifest for inspection. 32With the -o option, exports the current manifest for inspection.
33The manifest and (if present) local_manifest.xml are combined 33The manifest and (if present) local_manifests/ are combined
34together to produce a single manifest file. This file can be stored 34together to produce a single manifest file. This file can be stored
35in a Git repository for use during future 'repo init' invocations. 35in a Git repository for use during future 'repo init' invocations.
36 36