From e5a36c010b679dcf0001b5a0757dd42b790cc2a7 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 May 2021 08:06:38 +0200 Subject: [PATCH] Fix build options list. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b6b6bfd..b95de43 100644 --- a/README.adoc +++ b/README.adoc @@ -66,6 +66,6 @@ cmake --build . -- --jobs=$(nproc --ignore=1) * `-DCMAKE_BUILD_TYPE=Debug` for a debug build. * `-DWITH_TESTS=YES` if you want to compile the tests. * `-DGENERATE_POT=NO` to not (re-)generate the .pot file. - ** `-DXGETTEXT_CMD=String` The program to use instead of `xgettext`. +* `-DXGETTEXT_CMD=String` The program to use instead of `xgettext`. include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]