summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo5
1 files changed, 5 insertions, 0 deletions
diff --git a/repo b/repo
index 0aabc0d8..860a15d5 100755
--- a/repo
+++ b/repo
@@ -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')
132group.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