[glib-networking: 48/129] meson: fix documentation



commit bad4d0040441e2944792254bd261e8a985eff428
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Thu Aug 10 10:15:50 2017 +0200

    meson: fix documentation

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8623b35..d720be9 100644
--- a/meson.build
+++ b/meson.build
@@ -99,7 +99,7 @@ if with_openssl
       detect_certificates = run_command(join_paths(meson.source_root(), 'mesonscripts', 
'detect_certificates.py'))
 
       if detect_certificates.returncode() == 1
-        error('Could not find certificates. Use --with-ca-certificates=path to set, or 
--with-ca-certificates=no to disable it')
+        error('Could not find certificates. Use -Dwith-ca-certificates=path to set, or 
-Dwith-ca-certificates=no to disable it')
       endif
 
       ca_certificates = detect_certificates.stdout().strip()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]