From 331c8585d824743ebb070eb1f083b7382c98f628 Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期二, 24 十月 2023 19:39:04 +0800
Subject: [PATCH] Update funasr-wss-client.cpp
---
funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp b/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp
index 4aba830..1c87957 100644
--- a/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp
+++ b/funasr/runtime/websocket/bin/funasr-wss-server-2pass.cpp
@@ -113,7 +113,7 @@
false, "../../../ssl_key/server.key", "string");
TCLAP::ValueArg<std::string> hotwordsfile(
- "", "hotwordsfile",
+ "", "hotword",
"default: ../../hotwords.txt, path of hotwordsfile"
"connection",
false, "../../hotwords.txt", "string");
--
Gitblit v1.9.1