Skip to content

Commit 3c1b99a

Browse files
committed
[Issue #224] documentation update
1 parent eebd223 commit 3c1b99a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/pgprobackup.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -3566,7 +3566,7 @@ pg_probackup show-config -B <replaceable>backup_dir</replaceable> --instance <re
35663566
<title>show</title>
35673567
<programlisting>
35683568
pg_probackup show -B <replaceable>backup_dir</replaceable>
3569-
[--help] [--instance <replaceable>instance_name</replaceable> [-i <replaceable>backup_id</replaceable> | --archive]] [--format=plain|json]
3569+
[--help] [--instance <replaceable>instance_name</replaceable> [-i <replaceable>backup_id</replaceable> | --archive]] [--format=plain|json] [--color]
35703570
</programlisting>
35713571
<para>
35723572
Shows the contents of the backup catalog. If
@@ -3581,6 +3581,8 @@ pg_probackup show -B <replaceable>backup_dir</replaceable>
35813581
plain text. You can specify the
35823582
<literal>--format=json</literal> option to get the result
35833583
in the <acronym>JSON</acronym> format.
3584+
If <literal>--color</literal> flag is used with plain text format,
3585+
then output is colored.
35843586
</para>
35853587
<para>
35863588
For details on usage, see the sections
@@ -4603,6 +4605,16 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
46034605
</para>
46044606
<para>
46054607
<variablelist>
4608+
4609+
<varlistentry>
4610+
<term><option>--color</option></term>
4611+
<listitem>
4612+
<para>
4613+
Color the console log messages of <literal>warning</literal> and <literal>error</literal> levels.
4614+
</para>
4615+
</listitem>
4616+
</varlistentry>
4617+
46064618
<varlistentry>
46074619
<term><option>--log-level-console=<replaceable>log_level</replaceable></option></term>
46084620
<listitem>

0 commit comments

Comments
 (0)