From 06c58dd85e0126aaa474b96e064cb198a1ab92e2 Mon Sep 17 00:00:00 2001 From: "QingDao Nature Easy Soft Network Technology Co,LTD" Date: Mon, 10 Aug 2020 15:52:39 +0800 Subject: [PATCH] + add demo of -r. --- res/en/usage.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/en/usage.txt b/res/en/usage.txt index 3fdbd1a..972216d 100644 --- a/res/en/usage.txt +++ b/res/en/usage.txt @@ -34,8 +34,9 @@ Parameters: Command Line Examples: -$>zd.exe -d demo/default.yaml # Generate 10 lines of data according to the config file specified by -d. -$>zd.exe -c demo/default.yaml # Generate 10 lines of data according to the config file specified by -c. +$>zd.exe -d demo/default.yaml # Generate 10 lines of data according to the config file specified by -d. +$>zd.exe -c demo/default.yaml # Generate 10 lines of data according to the config file specified by -c. +$>zd.exe -c demo/default.yaml -r # Generate 10 lines of data according to the config file specified by -c recursively. $>zd.exe -d demo/default.yaml -c demo/test.yaml -n 100 # Using the parameter of -c and -d at the same time. $>zd.exe -d demo/default.yaml -c demo/test.yaml -n 100 -o test.txt # Output data in original format. -- GitLab