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 ^^^^^^^^^^^