diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-13 00:05:57 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-13 00:17:19 -0400 |
commit | 8984fe3c351dd041e78ce9bd7d34d4c37aeb257f (patch) | |
tree | d1c7aecf2281c7152b9bb02b24096f1ea973ebff | |
parent | fc720b57e281cf7ae940b0b55bc50b2beceaf595 (diff) | |
download | gtk+-8984fe3c351dd041e78ce9bd7d34d4c37aeb257f.tar.gz |
Cosmetics
-rw-r--r-- | docs/reference/gtk/gtk4-demo.xml | 5 | ||||
-rw-r--r-- | docs/reference/gtk/gtk4-widget-factory.xml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-demo.xml b/docs/reference/gtk/gtk4-demo.xml index 396c218bb0..009f82d03c 100644 --- a/docs/reference/gtk/gtk4-demo.xml +++ b/docs/reference/gtk/gtk4-demo.xml @@ -31,6 +31,7 @@ <cmdsynopsis> <command>gtk4-demo</command> <arg choice="opt">--help</arg> +<arg choice="opt">--version</arg> <arg choice="opt">--list</arg> <arg choice="opt">--run <replaceable>EXAMPLE</replaceable></arg> <arg choice="opt">--autoquit</arg> @@ -57,6 +58,10 @@ other used resources, such as ui files and icons. <listitem><para>Show help options</para></listitem> </varlistentry> <varlistentry> + <term><option>--version</option></term> + <listitem><para>Show program version</para></listitem> + </varlistentry> + <varlistentry> <term><option>--list</option></term> <listitem><para>List available examples.</para></listitem> </varlistentry> diff --git a/docs/reference/gtk/gtk4-widget-factory.xml b/docs/reference/gtk/gtk4-widget-factory.xml index c74fd1dffd..6233fe65df 100644 --- a/docs/reference/gtk/gtk4-widget-factory.xml +++ b/docs/reference/gtk/gtk4-widget-factory.xml @@ -53,6 +53,10 @@ and states. <term><option>-h</option>, <option>--help</option></term> <listitem><para>Show help options</para></listitem> </varlistentry> + <varlistentry> + <term><option>--version</option></term> + <listitem><para>Show program version</para></listitem> + </varlistentry> </variablelist> </refsect1> |