Skip to content

Commit

Permalink
dsync: Add back missing -T parameter
Browse files Browse the repository at this point in the history
Broken by 5676c51
  • Loading branch information
sirainen authored and cmouse committed Oct 29, 2021
1 parent 9705b81 commit 0407978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/doveadm-dsync.c
Expand Up @@ -1327,6 +1327,7 @@ DOVEADM_CMD_PARAM('N', "all-namespaces", CMD_PARAM_BOOL, 0) \
DOVEADM_CMD_PARAM('x', "exclude-mailbox", CMD_PARAM_ARRAY, 0) \
DOVEADM_CMD_PARAM('s', "state", CMD_PARAM_STR, 0) \
DOVEADM_CMD_PARAM('t', "sync-since-time", CMD_PARAM_STR, 0) \
DOVEADM_CMD_PARAM('T', "timeout", CMD_PARAM_INT64, 0) \
DOVEADM_CMD_PARAM('d', "default-destination", CMD_PARAM_BOOL, 0) \
DOVEADM_CMD_PARAM('\0', "destination", CMD_PARAM_ARRAY, CMD_PARAM_FLAG_POSITIONAL)

Expand Down

0 comments on commit 0407978

Please sign in to comment.