summaryrefslogtreecommitdiff
path: root/src/bidding_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/bidding_data.py')
-rw-r--r--src/bidding_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidding_data.py b/src/bidding_data.py
index 331419f..d63a2b8 100644
--- a/src/bidding_data.py
+++ b/src/bidding_data.py
@@ -581,7 +581,7 @@ def main():
argument_parser.add_argument('-f', '--log-file', metavar='LOGFILE',
help='log file path',
default='bidding_data.log')
- argument_parser.add_argument('-s', '--send-files', metavar='GONIEC_PORT',
+ argument_parser.add_argument('-s', '--send-files', metavar='GONIEC_HOST',
help='use Goniec to send modified files',
nargs='?',
default=None, const='localhost:8090')