This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-stetl.
commit 9d7be960ea33b633758a3b630aad081aa601eef3 Author: Bas Couwenberg <[email protected]> Date: Sat Jun 18 16:26:50 2016 +0200 Update stetl man page. --- debian/changelog | 1 + debian/man/stetl.1.xml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2a64701..a8983af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-stetl (1.0.9+ds-1) UNRELEASED; urgency=medium * New upstream release. * Bump Standards-Version to 3.9.8, no changes. + * Update stetl man page. -- Bas Couwenberg <[email protected]> Sat, 18 Jun 2016 16:16:31 +0200 diff --git a/debian/man/stetl.1.xml b/debian/man/stetl.1.xml index 7392bfb..fd51cc4 100644 --- a/debian/man/stetl.1.xml +++ b/debian/man/stetl.1.xml @@ -60,20 +60,23 @@ <term><option>--args</option> <replaceable>arglist</replaceable></term> <listitem> <para> - Substitutable args for symbolic, <literal>{arg}</literal>, - values in Stetl config file, in format - <literal>"arg1=foo arg2=bar"</literal> etc. + Arguments or .properties file to be substituted for + <literal>{argN}</literal>s in config file, as + <option>-a</option> <replaceable>"arg1=foo arg2=bar"</replaceable> + or <option>-a</option> <replaceable>args.properties</replaceable> </para> </listitem> </varlistentry> <varlistentry> - <term><option>-h</option> <replaceable>subject</replaceable></term> - <term><option>--help</option> <replaceable>subject</replaceable></term> + <term><option>-d</option> <replaceable>class</replaceable></term> + <term><option>--doc</option> <replaceable>class</replaceable></term> <listitem> <para> - Get component documentation like its configuration parameters, - e.g. <literal>stetl doc stetl.inputs.fileinput.FileInput</literal> + Get component documentation like its configuration parameters, e.g. + <screen> +<command>stetl</command> <option>doc</option> <literal>stetl.inputs.fileinput.FileInput</literal> + </screen> </para> </listitem> </varlistentry> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-stetl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

