Skip to content

Commit 776a83a

Browse files
committed
use dash, enable for docker
1 parent 112b66e commit 776a83a

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
@@ -108,7 +108,7 @@ def main():
108108
' repositories,'
109109
' terminate the processing'
110110
' if no change is found.')
111-
parser.add_argument('--strip_outgoing', action='store_true', default=False,
111+
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'
114114
'it can be reindexed from scratch')

0 commit comments

Comments
 (0)