From 78e4f729be82b515480759addb64bd8d4e124dca Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期二, 24 十月 2023 19:52:44 +0800
Subject: [PATCH] add check for chunk_size_vec

---
 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