From ba5dbd08c57b97f6adfe4e1406b89200d1be0cf1 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 5 May 2017 09:30:14 +0300 Subject: modules/zrtp: fixed prompt text and added param desc to help text --- modules/zrtp/zrtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/zrtp/zrtp.c b/modules/zrtp/zrtp.c index feb10a1..2a8946c 100644 --- a/modules/zrtp/zrtp.c +++ b/modules/zrtp/zrtp.c @@ -260,7 +260,7 @@ static void on_zrtp_secure(zrtp_stream_t *stream) zrtp_session_get(sess->zrtp_session, &sess_info); if (!sess_info.sas_is_verified && sess_info.sas_is_ready) { info("zrtp: verify SAS <%s> <%s> for remote peer %w" - " (press 'Z' to verify)\n", + " (type /zrtp to verify)\n", sess_info.sas1.buffer, sess_info.sas2.buffer, sess_info.peer_zid.buffer, @@ -311,7 +311,7 @@ static int verify_sas(struct re_printf *pf, void *arg) static const struct cmd cmdv[] = { - {"zrtp", 0, CMD_PRM, "Verify ZRTP SAS", verify_sas }, + {"zrtp", 0, CMD_PRM, "Verify ZRTP SAS ", verify_sas }, }; -- cgit v1.2.3