Skip to content

Commit

Permalink
doveadm mailbox metadata list: Added missing mailbox parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Feb 29, 2016
1 parent 32223e1 commit 504f950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/doveadm-mail-mailbox-metadata.c
Expand Up @@ -326,6 +326,7 @@ struct doveadm_cmd_ver2 doveadm_cmd_mailbox_metadata_list_ver2 = {
.usage = DOVEADM_CMD_MAIL_USAGE_PREFIX"<mailbox> [<key prefix>]",
DOVEADM_CMD_PARAMS_START
DOVEADM_CMD_MAIL_COMMON
DOVEADM_CMD_PARAM('\0', "mailbox", CMD_PARAM_STR, CMD_PARAM_FLAG_POSITIONAL)
DOVEADM_CMD_PARAM('\0', "key-prefix", CMD_PARAM_STR, CMD_PARAM_FLAG_POSITIONAL)
DOVEADM_CMD_PARAMS_END
};

0 comments on commit 504f950

Please sign in to comment.