报错格式如下,占位符%s的含义依次为路径、参数名:
Path %s for parameter --%s does not include the file name.
报错示例如下:
Path / for parameter --output does not include the file name.
将文件名添加到路径中。