diff options
Diffstat (limited to 'repo')
| -rwxr-xr-x | repo | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -192,6 +192,9 @@ group.add_option('--archive', | |||
| 192 | dest='archive', action='store_true', | 192 | dest='archive', action='store_true', |
| 193 | help='checkout an archive instead of a git repository for ' | 193 | help='checkout an archive instead of a git repository for ' |
| 194 | 'each project. See git archive.') | 194 | 'each project. See git archive.') |
| 195 | group.add_option('--submodules', | ||
| 196 | dest='submodules', action='store_true', | ||
| 197 | help='sync any submodules associated with the manifest repo') | ||
| 195 | group.add_option('-g', '--groups', | 198 | group.add_option('-g', '--groups', |
| 196 | dest='groups', default='default', | 199 | dest='groups', default='default', |
| 197 | help='restrict manifest projects to ones with specified ' | 200 | help='restrict manifest projects to ones with specified ' |
