Skip to content

Commit

Permalink
Update tasks-help.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiChase committed Nov 8, 2022
1 parent ad52937 commit d96758f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/tasks-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ By the way, the compressed images will cover themselves.
=======================================================
example 1:
{
"file_tasks": ['D:\\1.jpg', 'D:\\2.jpg'],
"dir_tasks": ['D:\\dir1', 'D:\\dir2']
"file_tasks": ["D:\\1.jpg", "D:\\2.jpg"],
"dir_tasks": ["D:\\dir1", "D:\\dir2"]
}
=======================================================
example 2:
{
"file_tasks": ['D:\\1.jpg', 'D:\\2.jpg']
"file_tasks": ["D:\\1.jpg", "D:\\2.jpg"]
}
=======================================================
example 3:
{
"dir_tasks": ['D:\\dir1', 'D:\\dir2']
"dir_tasks": ["D:\\dir1", "D:\\dir2"]
}
=======================================================

0 comments on commit d96758f

Please sign in to comment.