This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdal.
commit 47748341326ecaee18db850c7f69a89f04d82ed3 Author: Bas Couwenberg <[email protected]> Date: Mon Aug 29 19:49:18 2016 +0200 Update manpages for upstream changes. --- debian/changelog | 1 + debian/man/pdal-config.1.xml | 8 ++++++++ debian/man/pdal.1.xml | 41 ++++++++++++++++++++++++++++++----------- 3 files changed, 39 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index bae1a27..eb0728e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pdal (1.3.0-1) UNRELEASED; urgency=medium * New upstream release. + * Update manpages for upstream changes. -- Bas Couwenberg <[email protected]> Mon, 29 Aug 2016 19:29:39 +0200 diff --git a/debian/man/pdal-config.1.xml b/debian/man/pdal-config.1.xml index 28f80f3..30cb621 100644 --- a/debian/man/pdal-config.1.xml +++ b/debian/man/pdal-config.1.xml @@ -22,6 +22,7 @@ <arg choice='opt'><option>--libs</option></arg> <arg choice='opt'><option>--plugin-dir</option></arg> <arg choice='opt'><option>--version</option></arg> + <arg choice='opt'><option>--python-version</option></arg> </cmdsynopsis> </refsynopsisdiv> @@ -86,6 +87,13 @@ </listitem> </varlistentry> + <varlistentry> + <term><option>--python-version</option></term> + <listitem> + <para>Python version</para> + </listitem> + </varlistentry> + </variablelist> </refsect1> diff --git a/debian/man/pdal.1.xml b/debian/man/pdal.1.xml index 6faf31f..0062ff8 100644 --- a/debian/man/pdal.1.xml +++ b/debian/man/pdal.1.xml @@ -15,12 +15,12 @@ <refsynopsisdiv id='synopsis'> <cmdsynopsis> <command>pdal</command> + <arg choice='plain'><<replaceable>options</replaceable>></arg> + </cmdsynopsis> + <cmdsynopsis> + <command>pdal</command> <arg choice='plain'><<replaceable>command</replaceable>></arg> - <arg choice='opt'><option>--debug</option></arg> - <arg choice='opt'><option>--drivers</option></arg> - <arg choice='opt'><option>--help</option></arg> - <arg choice='opt'><option>--options</option>=<<replaceable>driver name</replaceable>></arg> - <arg choice='opt'><option>--version</option></arg> + <arg choice='plain'><<replaceable>command options</replaceable>></arg> </cmdsynopsis> </refsynopsisdiv> @@ -124,7 +124,17 @@ $ <command>pdal translate</command> \ <term><option>--debug</option></term> <listitem> <para> - Show debug information + Sets the output level to 3 (option deprecated) + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>-v</option></term> + <term><option>--verbose</option></term> + <listitem> + <para> + Sets the output level (0-8) </para> </listitem> </varlistentry> @@ -133,7 +143,7 @@ $ <command>pdal translate</command> \ <term><option>--drivers</option></term> <listitem> <para> - Show drivers + List available drivers </para> </listitem> </varlistentry> @@ -143,16 +153,16 @@ $ <command>pdal translate</command> \ <term><option>--help</option></term> <listitem> <para> - Print help message + Display help text </para> </listitem> </varlistentry> <varlistentry> - <term><option>--options</option>=<<replaceable>driver name</replaceable>></term> + <term><option>--list-commands</option></term> <listitem> <para> - Show driver options + List available commands </para> </listitem> </varlistentry> @@ -161,7 +171,16 @@ $ <command>pdal translate</command> \ <term><option>--version</option></term> <listitem> <para> - Show version info + Show program version + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--options</option>=<<replaceable>driver name</replaceable>></term> + <listitem> + <para> + Show options for specified driver (or 'all') </para> </listitem> </varlistentry> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

