diff options
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r-- | subcmds/manifest.py | 2 |
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 | ||
32 | With the -o option, exports the current manifest for inspection. | 32 | With the -o option, exports the current manifest for inspection. |
33 | The manifest and (if present) local_manifest.xml are combined | 33 | The manifest and (if present) local_manifests/ are combined |
34 | together to produce a single manifest file. This file can be stored | 34 | together to produce a single manifest file. This file can be stored |
35 | in a Git repository for use during future 'repo init' invocations. | 35 | in a Git repository for use during future 'repo init' invocations. |
36 | 36 | ||