From 042ab4b1e6de1dc597858a2d4e2dcd3fe662390b Mon Sep 17 00:00:00 2001 From: 13339479676 Date: Tue, 25 Jan 2022 21:07:33 +0800 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b61e49a..4de91c6 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ python opencv_webcam.py -isasf -isc -cn test02 # 自动命名压缩文件 python opencv_webcam.py -isasf -isc -isacn # 自定义压缩模式,默认为写覆盖 -python opencv_webcam.py -isasf -isc -cm a # 追加模式(a模式仅限zip) +python opencv_webcam.py -isasf -isc -cm a # 追加模式(a模式仅限zip) 注:该指令仅限v0.4 python opencv_webcam.py -isasf -isc -cs tar -cm w:gz # tar压缩 ```