Skip to content

Commit

Permalink
Improve timeout help message wording
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd committed Jan 7, 2021
1 parent 40de42f commit 1c50cdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions otsclient/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ def parse_ots_args(raw_args):
"Default: %(default)d")

parser_stamp.add_argument("-m", type=int, default="2",
help="Commitments are sent to remote calendars,"
"in the event of timeout the timestamp is considered "
"done if at least M calendars replied. "
help="Consider the timestamp complete if at least M calendars reply prior to the timeout. "
"Default: %(default)s")

# ----- upgrade -----
Expand Down

0 comments on commit 1c50cdf

Please sign in to comment.