aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2016-02-21 21:11:57 +0100
committerSebastian Pipping <sebastian@pipping.org>2016-02-21 22:56:02 +0100
commite6495a131210cbbcefe950804dead16788b2bd74 (patch)
tree073fb1be8a2278b6282f421f1cfdfe306b7aa431 /docs/metagen.1
parentGroup command line arguments (diff)
downloadmetagen-e6495a131210cbbcefe950804dead16788b2bd74.tar.gz
metagen-e6495a131210cbbcefe950804dead16788b2bd74.tar.bz2
metagen-e6495a131210cbbcefe950804dead16788b2bd74.zip
Introduce speaking options
Diffstat (limited to 'docs/metagen.1')
-rw-r--r--docs/metagen.1110
1 files changed, 76 insertions, 34 deletions
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 <output-file> 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 <output-file> 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