From e256951eab4cc44367f8cc7bd2a51eeaacc10f7d Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 16 Jan 2022 07:57:02 +0100 Subject: cli: add --list-config option With this option gnutls-cli prints the build-time configuration of the library, retrieved through gnutls_get_library_config. Signed-off-by: Daiki Ueno --- src/gnutls-cli-options.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/gnutls-cli-options.json') diff --git a/src/gnutls-cli-options.json b/src/gnutls-cli-options.json index 0777e6b198..bffa18e365 100644 --- a/src/gnutls-cli-options.json +++ b/src/gnutls-cli-options.json @@ -386,6 +386,11 @@ "long-option": "fips140-mode", "desc": "Reports the status of the FIPS140-2 mode in gnutls library" }, + { + "detail": "", + "long-option": "list-config", + "desc": "Reports the configuration of the library" + }, { "desc": "Redirect informational messages to a specific file.", "arg-type": "string", @@ -418,4 +423,4 @@ } ] } -] \ No newline at end of file +] -- cgit v1.2.1