summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2019-02-14 21:07:54 +0100
committerStefan Sauer <ensonic@users.sf.net>2019-02-14 21:07:54 +0100
commit39a94bd61aa9d034e507c5ee13b1b6f670930891 (patch)
treebbc5e6d07beacdaabe709fdd30d8fef4540705c1
parent565f02b37b0a586f97ffcbc9d6e28cdb1c1dc16c (diff)
downloadgtk-doc-39a94bd61aa9d034e507c5ee13b1b6f670930891.tar.gz
Add new flavours to the help output.
-rwxr-xr-xbuildsystems/autotools/gtkdocize.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildsystems/autotools/gtkdocize.in b/buildsystems/autotools/gtkdocize.in
index 048005e..83127bf 100755
--- a/buildsystems/autotools/gtkdocize.in
+++ b/buildsystems/autotools/gtkdocize.in
@@ -17,7 +17,7 @@ flavour=no-tmpl
# mini help
usage="\
-usage: $progname [ --copy ] [ --docdir DIR ] [ --flavour {legacy|legacy-flat|no-tmpl|no-tmpl-flat} ] [ --srcdir DIR ]"
+usage: $progname [ --copy ] [ --docdir DIR ] [ --flavour {legacy|legacy-flat|no-tmpl|no-tmpl-flat|no-xslt|no-xslt-flat} ] [ --srcdir DIR ]"
# Find the srcdir early (and ignore a srcdir set in configure).
# https://bugzilla.gnome.org/show_bug.cgi?id=707426