@@ -315,8 +315,8 @@ Applicable to [[link,mdbox]] and [[link,sdbox]] mailbox formats only.
315315 user : {
316316 example : 'username' ,
317317 positional : true ,
318- type : doveadm_arg_types . STRING ,
319- text : `Login UID .` ,
318+ type : doveadm_arg_types . STRING_SINGLEVAL ,
319+ text : `The user to add .` ,
320320 } ,
321321 password : {
322322 example : `password` ,
@@ -354,8 +354,8 @@ Applicable to [[link,mdbox]] and [[link,sdbox]] mailbox formats only.
354354 user : {
355355 example : 'username' ,
356356 positional : true ,
357- type : doveadm_arg_types . ARRAY ,
358- text : `UID of user to query .` ,
357+ type : doveadm_arg_types . STRING_SINGLEVAL ,
358+ text : `Login UID .` ,
359359 } ,
360360 } ,
361361 man : 'doveadm-auth' ,
@@ -391,8 +391,8 @@ Applicable to [[link,mdbox]] and [[link,sdbox]] mailbox formats only.
391391 user : {
392392 example : 'username' ,
393393 positional : true ,
394- type : doveadm_arg_types . STRING ,
395- text : `Login UID.`
394+ type : doveadm_arg_types . STRING_SINGLEVAL ,
395+ text : `Login UID.` ,
396396 } ,
397397 password : {
398398 example : `password` ,
@@ -718,7 +718,7 @@ the source user name, e.g., \`user sourceuser\`.`
718718 user : {
719719 cli : 'u' ,
720720 example : 'username' ,
721- type : doveadm_arg_types . STRING ,
721+ type : doveadm_arg_types . STRING_SINGLEVAL ,
722722 text : `uid of user to query.` ,
723723 } ,
724724 'dict-uri' : {
@@ -743,7 +743,7 @@ the source user name, e.g., \`user sourceuser\`.`
743743 user : {
744744 cli : 'u' ,
745745 example : 'username' ,
746- type : doveadm_arg_types . STRING ,
746+ type : doveadm_arg_types . STRING_SINGLEVAL ,
747747 text : `uid of user to modify.` ,
748748 } ,
749749 'dict-uri' : {
@@ -774,8 +774,8 @@ the source user name, e.g., \`user sourceuser\`.`
774774 user : {
775775 cli : 'u' ,
776776 example : 'username' ,
777- type : doveadm_arg_types . STRING ,
778- text : `uid of user to query .` ,
777+ type : doveadm_arg_types . STRING_SINGLEVAL ,
778+ text : `Username to use for schemes that require one .` ,
779779 } ,
780780 exact : {
781781 cli : '1' ,
@@ -814,7 +814,7 @@ the source user name, e.g., \`user sourceuser\`.`
814814 user : {
815815 cli : 'u' ,
816816 example : 'username' ,
817- type : doveadm_arg_types . STRING ,
817+ type : doveadm_arg_types . STRING_SINGLEVAL ,
818818 text : `uid of user to query.` ,
819819 } ,
820820 'dict-uri' : {
@@ -844,7 +844,7 @@ the source user name, e.g., \`user sourceuser\`.`
844844 args : {
845845 user : {
846846 example : 'username' ,
847- type : doveadm_arg_types . STRING ,
847+ type : doveadm_arg_types . STRING_SINGLEVAL ,
848848 text : `uid of user to query.` ,
849849 } ,
850850 'dict-uri' : {
@@ -1485,8 +1485,8 @@ For each mailbox that has FTS data, it outputs the following key/value fields:
14851485 user : {
14861486 example : 'username' ,
14871487 positional : true ,
1488- type : doveadm_arg_types . STRING ,
1489- text : `The user to add .` ,
1488+ type : doveadm_arg_types . STRING_SINGLEVAL ,
1489+ text : `UID of user to query .` ,
14901490 } ,
14911491 mailbox : {
14921492 example : 'INBOX' ,
@@ -2539,8 +2539,8 @@ returned.`,
25392539 user : {
25402540 cli : 'u' ,
25412541 example : 'username' ,
2542- type : doveadm_arg_types . STRING ,
2543- text : `Username to use for schemes that require one .` ,
2542+ type : doveadm_arg_types . STRING_SINGLEVAL ,
2543+ text : `uid of user to query .` ,
25442544 } ,
25452545 'reverse-verify' : {
25462546 cli : 'V' ,
0 commit comments