# HG changeset patch # User Pascal Volk # Date 1211840299 0 # Node ID 8a9ce20d2569feef64fe7cb21b8b64e955010b92 # Parent 22cc616aef61d4ab3d516d306c763dee6ec7741a * 'vmm.1' - added subcommand listdomains diff -r 22cc616aef61 -r 8a9ce20d2569 vmm.1 --- a/vmm.1 Sun May 25 03:42:42 2008 +0000 +++ b/vmm.1 Mon May 26 22:18:19 2008 +0000 @@ -1,5 +1,5 @@ .\" $Id$ -.TH "VMM" "1" "30. April 2008" "Pascal Volk" +.TH "VMM" "1" "27. May 2008" "Pascal Volk" .SH NAME vmm \- command line tool to manage email domains/accounts/aliases .SH SYNOPSIS @@ -75,6 +75,26 @@ Uid............: 70004 Address........: c.user@example.com .fi +.\" +.TP +\fBlistdomains\fP (\fBld\fP) [ \fIpattern\fP ] +This subcommand lists all available domains. The output can be limited with an +optional \fIpattern\fP. +.br +To perform a wild card search, the % character can be used at the start and/or +the end of the \fIpattern\fP. +.PP +.nf + Example: + + \fBvmm listdomains example%\fP + Matching domains + ---------------- + example.com + example.net + example.org +.fi +.\" .TP \fBhelp\fP (\fBh\fP) Prints all available commands to stderr. After this \fBvmm\fP exits.