Skip to content

Commit 4797274

Browse files
author
Vladimir Kotal
committed
add YAML
1 parent b4532ba commit 4797274

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def main():
8686
parser.add_argument('-i', '--ignore_errors', nargs='*',
8787
help='ignore errors from these projects')
8888
parser.add_argument('-c', '--config', required=True,
89-
help='config file in JSON format')
89+
help='config file in JSON/YAML format')
9090
parser.add_argument('-U', '--uri', default='http://localhost:8080/source',
9191
help='URI of the webapp with context path')
9292
parser.add_argument('-f', '--driveon', action='store_true', default=False,

0 commit comments

Comments
 (0)