diff -r 5f4abdab738e -r 5eb033796444 man/man1/vmm.1 --- a/man/man1/vmm.1 Sun Jan 13 18:12:51 2013 +0000 +++ b/man/man1/vmm.1 Sat Jan 19 16:55:18 2013 +0000 @@ -1,4 +1,4 @@ -.TH "VMM" "1" "2013-01-13" "vmm 0.7" "vmm" +.TH "VMM" "1" "2013-01-19" "vmm 0.7" "vmm" .SH NAME vmm \- command line tool to manage email domains/accounts/aliases .\" ----------------------------------------------------------------------- @@ -385,9 +385,21 @@ .SS domainadd (da) .B vmm domainadd .I fqdn +.RB [ \-n +.IR note ] .RB [ \-t .IR transport ] .PP +.\" ------------------------------------ +.TP +.BI "\-n " note +the note that should be set. +.\" ------------------------------------ +.TP +.BI "\-t " transport +a Postfix transport (transport: or transport:nexthop). +.\" ------------------------------------ +.PP Adds the new domain into the database and creates the domain directory. .PP If the optional argument @@ -672,10 +684,22 @@ .SH ACCOUNT SUBCOMMANDS .SS useradd (ua) .B vmm useradd -.I address -.RB [ \-p +.I address +.RB [ \-n +.IR note ] +.RB [ \-p .IR password ] .PP +.\" ------------------------------------ +.TP +.BI "\-n " note +the note that should be set. +.\" ------------------------------------ +.TP +.BI "\-p " password +the new user\(aqs password. +.\" ------------------------------------ +.PP Use this subcommand to create a new e\-mail account for the given .IR address . .PP