From 57d890b73224fc886cb95aa6fee7129277de9bea Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Wed, 17 Jul 2024 15:36:18 -0400 Subject: [PATCH] Update build_linux.sh --- build_linux.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_linux.sh b/build_linux.sh index ee52a19..c6b47ae 100644 --- a/build_linux.sh +++ b/build_linux.sh @@ -11,7 +11,6 @@ Help() echo " --help Show the usages of the parameters" echo " --tier Build tier, choose 'standard' or 'free'. Default is 'standard'" echo " --arch Build architecture, choose 'cpu' or 'gpu'. Default is 'cpu'" - echo " --test Enable or disable unit test, choose 'on' or 'off'. Default is 'on'" echo }