diff --git a/tools/install_dependency/src/deploy/deploy_command_line.py b/tools/install_dependency/src/deploy/deploy_command_line.py index 32a4363bc52cf6feaf4b1f4f2e65bcd256893b58..f2ebbc57acc8c7bd0bd496ba0434c1cd6a08fc80 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