Skip to content

Commit 9d77022

Browse files
committed
adjust help
1 parent c089929 commit 9d77022

File tree

1 file changed

+1
-1
lines changed
  • tools/src/main/python/opengrok_tools

1 file changed

+1
-1
lines changed

tools/src/main/python/opengrok_tools/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def main():
111111
parser.add_argument('--strip-outgoing', action='store_true', default=False,
112112
help='check outgoing changes for each repository of a project,'
113113
'strip any such changes and remove all project data so that'
114-
'it can be reindexed from scratch')
114+
'it can be reindexed from scratch. Supported: Git')
115115
parser.add_argument('-w', '--workers', default=cpu_count(), type=int,
116116
help='Number of worker processes')
117117
add_http_headers(parser)

0 commit comments

Comments
 (0)