From ed178be57706b3f5a4f3bdedc1ac0a28ea9c85a0 Mon Sep 17 00:00:00 2001 From: Jon Shallow Date: Thu, 6 Jun 2024 09:58:02 +0100 Subject: [PATCH] coap-client: Correct Usage documentation --- examples/coap-client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/coap-client.c b/examples/coap-client.c index 6f3bfdd19c..ccb7069749 100644 --- a/examples/coap-client.c +++ b/examples/coap-client.c @@ -512,7 +512,6 @@ usage(const char *program, const char *version) { "\t\t[[-h match_hint_file] [-k key] [-u user]]\n" "\t\t[[-c certfile] [-j keyfile] [-n] [-C cafile]\n" "\t\t[-J pkcs11_pin] [-M raw_pk] [-R trust_casfile]\n" - "\t\t[-S match_pki_sni_file]] URI\n" "\tURI can be an absolute URI or a URI prefixed with scheme and host\n\n" "General Options\n" "\t-a addr\t\tThe local interface address to use\n"