We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11914aa commit 4c2686cCopy full SHA for 4c2686c
opengrok-tools/src/main/python/opengrok_tools/sync.py
@@ -79,6 +79,7 @@ def main():
79
help='Directory to process')
80
group1.add_argument('-P', '--projects', nargs='*',
81
help='List of projects to process')
82
+
83
parser.add_argument('-I', '--indexed', action='store_true',
84
help='Sync indexed projects only')
85
parser.add_argument('-D', '--debug', action='store_true',
0 commit comments