From 088801204614b5f4bf13746a8c23525dceb205d9 Mon Sep 17 00:00:00 2001 From: cc <18856836718@163.com> Date: Tue, 2 Apr 2024 15:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=91=BD=E4=BB=A4=E8=A1=8C=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/install_dependency/src/deploy/deploy_command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_dependency/src/deploy/deploy_command_line.py b/tools/install_dependency/src/deploy/deploy_command_line.py index 32a4363..f2ebbc5 100644 --- a/tools/install_dependency/src/deploy/deploy_command_line.py +++ b/tools/install_dependency/src/deploy/deploy_command_line.py @@ -13,7 +13,7 @@ class CommandLine: parser.add_argument("-f", "--config", action="store", dest="yaml_path", default=DEFAULT_YAML_PATH, help="Assign yaml config file path. Default path is 'machine.yaml' in current directory.") parser.add_argument("-iso", action="store", dest="iso_path", default=None, - help="Assign prepared iso file path and deploy iso. Only deploy in executor and devkit machine.") + help="Assign prepared iso file path.") parser.add_argument("--debug", action="store_true", dest="debug", default=False, help="Open debug log.") @classmethod -- Gitee