]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
cli,serv: make it explicit that they are a testing program
authorDaiki Ueno <ueno@gnu.org>
Fri, 27 Mar 2026 01:18:52 +0000 (10:18 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 29 Mar 2026 00:18:43 +0000 (09:18 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
src/gnutls-cli-options.json
src/gnutls-serv-options.json

index c8bfef7eb8f1255d6cdaba6be4c333965b2c2723..f581e5d652d1ce0cee62eb31bc64b2f0fe9ccb3a 100644 (file)
@@ -4,7 +4,7 @@
     "name": "gnutls-cli",
     "title": "GnuTLS client",
     "description": "Simple client program to set up a TLS connection.",
-    "detail": "Simple client program to set up a TLS connection to some other computer. \nIt sets up a TLS connection and forwards data from the standard input to the secured socket and vice versa.",
+    "detail": "Simple client program to set up a TLS connection to some other computer. \nIt sets up a TLS connection and forwards data from the standard input to the secured socket and vice versa.\nNote that this program is only meant for testing and diagnostic purposes. For more practical use-cases, consider using alternatives like GNU Wget.",
     "short-usage": "Usage: gnutls-cli [options] hostname\ngnutls-cli --help for usage instructions.\n",
     "argument": "[hostname]",
     "reorder-arguments": true
index f773dbf48c7193b7e840aa5cd2f086a8864a9942..017893ff836420d13816b52c04a13fbcd9949258 100644 (file)
@@ -4,7 +4,7 @@
     "name": "gnutls-serv",
     "title": "GnuTLS server",
     "description": "Simple server program to act as an HTTPS or TLS echo service.",
-    "detail": "Server program that listens to incoming TLS connections.",
+    "detail": "Server program that listens to incoming TLS connections.\nNote that this program is only meant for testing and diagnostic purposes.",
     "short-usage": "Usage: gnutls-serv [options]\ngnutls-serv --help for usage instructions.\n"
   },
   "sections": [