From 62e0eb6b91a378a8206d09e57b33c54af6ae2e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E9=92=A6=E8=A1=97?= <15390014138@163.com> Date: Mon, 8 Feb 2021 18:13:09 +0800 Subject: [PATCH] update copy_files.py. --- copy_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy_files.py b/copy_files.py index 300bc40..78e5a89 100755 --- a/copy_files.py +++ b/copy_files.py @@ -44,7 +44,7 @@ def main(): description='A common diretory and file copy.') parser.add_argument( '--src_type', - help='src tyepe to copy.') + help='src type to copy.') parser.add_argument( '--src', help='List the sources to copy.', -- Gitee