From e6495a131210cbbcefe950804dead16788b2bd74 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 21 Feb 2016 21:11:57 +0100 Subject: Introduce speaking options --- docs/metagen.1 | 110 +++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 76 insertions(+), 34 deletions(-) (limited to 'docs/metagen.1') diff --git a/docs/metagen.1 b/docs/metagen.1 index c80d5db..db9f76b 100644 --- a/docs/metagen.1 +++ b/docs/metagen.1 @@ -15,40 +15,82 @@ separate them. See EXAMPLES. .SH OPTIONS .\" metagen [OPTIONS] - -H herd - Name of herd. - - -e email-address - Package maintainer's email address - - -n maintainer-name - Package maintainer's name (used with -e option) - - -m - Uses ECHANGELOG_USER variable. Can be used instead of -e and -n - - -d description - Description of maintainership (used with -e option) - - -l long-description - Long description of package. - - -o output-file - Write to instead of ./metadata.xml - - -f - Force overwrite of existing metadata - - -v - Write to stdout as well as disk (default) - - -q - Don't write to stdout - - -Q - Don't write file to disk - - -h, --help show this help message and exit +.B --herd +| +.B +-H +herd + Name of herd. + +.B --email +| +.B +-e +email-address + Package maintainer's email address + +.B --name +| +.B +-n +maintainer-name + Package maintainer's name (used with -e option) + +.B --echangelog +| +.B +-m + Uses ECHANGELOG_USER variable. Can be used instead of -e and -n + +.B --desc +| +.B +-d +description + Description of maintainership (used with -e option) + +.B --long +| +.B +-l +long-description + Long description of package. + +.B --output +| +.B +-o +output-file + Write to instead of ./metadata.xml + +.B --force +| +.B +-f + Force overwrite of existing metadata + +.B --verbose +| +.B +-v + Write to stdout as well as disk (default) + +.B --quiet +| +.B +-q + Don't write to stdout + +.B -Q + Don't write file to disk + +.B --help +| +.B -h + show usage help and exit + +.B --version + show version and exit .SH EXAMPLES .B metagen -H python -- cgit v1.2.3-65-gdbad