diff options
Diffstat (limited to 'repo')
| -rwxr-xr-x | repo | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -129,6 +129,11 @@ group.add_option('-g', '--groups', | |||
| 129 | dest='groups', default='default', | 129 | dest='groups', default='default', |
| 130 | help='restrict manifest projects to ones with a specified group', | 130 | help='restrict manifest projects to ones with a specified group', |
| 131 | metavar='GROUP') | 131 | metavar='GROUP') |
| 132 | group.add_option('-p', '--platform', | ||
| 133 | dest='platform', default="auto", | ||
| 134 | help='restrict manifest projects to ones with a specified' | ||
| 135 | 'platform group [auto|all|none|linux|darwin|...]', | ||
| 136 | metavar='PLATFORM') | ||
| 132 | 137 | ||
| 133 | 138 | ||
| 134 | # Tool | 139 | # Tool |
