Skip to content

Commit 6796269

Browse files
author
Vladimir Kotal
committed
fix headline
1 parent 7968581 commit 6796269

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/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def deploy_war(logger, sourceWar, targetWar, configFile=None):
9696

9797

9898
def main():
99-
parser = argparse.ArgumentParser(description='Manage parallel workers.')
99+
parser = argparse.ArgumentParser(description='Deploy WAR file')
100100

101101
parser.add_argument('-D', '--debug', action='store_true',
102102
help='Enable debug prints')

0 commit comments

Comments
 (0)