fix --help string

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-02-22 15:02:34 +01:00
parent 1e8dc3caa8
commit 0365f03342

View File

@@ -83,7 +83,7 @@ static int certfail_handler(const xmpp_tlscert_t *cert,
static void usage(int exit_code)
{
fprintf(stderr,
"Usage: basic [options] [<host> [<port>]]\n\n"
"Usage: complex [options] [<host> [<port>]]\n\n"
"Options:\n"
" --jid <jid> The JID to use to authenticate.\n"
" --pass <pass> The password of the JID.\n"