From cd031de680df663246ebdd49b6092cbefe8922d7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 Oct 2022 08:50:34 -0400 Subject: [PATCH] docs: Update gtk4-builder-tool docs Mention the new --deprecations option of the validate command. --- docs/reference/gtk/gtk4-builder-tool.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/gtk4-builder-tool.rst b/docs/reference/gtk/gtk4-builder-tool.rst index 9e011a330f..b3d08863b2 100644 --- a/docs/reference/gtk/gtk4-builder-tool.rst +++ b/docs/reference/gtk/gtk4-builder-tool.rst @@ -12,7 +12,7 @@ SYNOPSIS -------- | **gtk4-builder-tool** [OPTIONS...] | -| **gtk4-builder-tool** validate +| **gtk4-builder-tool** validate [OPTIONS...] | **gtk4-builder-tool** enumerate | **gtk4-builder-tool** simplify [OPTIONS...] | **gtk4-builder-tool** preview [OPTIONS...] @@ -33,6 +33,10 @@ Validation The ``validate`` command validates the given UI definition file and reports errors to ``stderr``. +``--deprecations`` + + Warn about uses of deprecated types in the UI definition file. + Enumeration ^^^^^^^^^^^