Skip to content

Commit

Permalink
doveadm director kick: Fix -f parameter to work
Browse files Browse the repository at this point in the history
It already worked as --passdb-field, but now it matches the usage string.
  • Loading branch information
sirainen authored and villesavolainen committed Sep 14, 2017
1 parent c4dd8ff commit 234a8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/doveadm-director.c
Expand Up @@ -983,7 +983,7 @@ DOVEADM_CMD_PARAMS_END
.usage = "[-a <director socket path>] [-f <passdb field>] <user>",
DOVEADM_CMD_PARAMS_START
DOVEADM_CMD_PARAM('a', "socket-path", CMD_PARAM_STR, 0)
DOVEADM_CMD_PARAM('\0', "passdb-field", CMD_PARAM_STR, 0)
DOVEADM_CMD_PARAM('f', "passdb-field", CMD_PARAM_STR, 0)
DOVEADM_CMD_PARAM('\0', "user", CMD_PARAM_STR, CMD_PARAM_FLAG_POSITIONAL)
DOVEADM_CMD_PARAMS_END
},
Expand Down

0 comments on commit 234a8fc

Please sign in to comment.