doc: update ignore option
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0dca861a40
commit
a39680de4f
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ Run Code-Preloader with the following command-line options:
|
||||||
Usage: code-preloader [options] ROOT_DIR
|
Usage: code-preloader [options] ROOT_DIR
|
||||||
-c CONFIG_FILE, --config=CONFIG_FILE
|
-c CONFIG_FILE, --config=CONFIG_FILE
|
||||||
Load parameters from CONFIG_FILE
|
Load parameters from CONFIG_FILE
|
||||||
-i IGNORE_PATH, --ignore=IGNORE_PATH
|
-i REGEX, --ignore=REGEX
|
||||||
Ignore file or directory
|
Ignore file or directory matching REGEX
|
||||||
-o OUTPUT_FILE, --output=OUTPUT_FILE
|
-o OUTPUT_FILE, --output=OUTPUT_FILE
|
||||||
Write output to OUTPUT_FILE
|
Write output to OUTPUT_FILE
|
||||||
-H HEADER_PROMPT_FILE, --header-prompt=HEADER_PROMPT_FILE
|
-H HEADER_PROMPT_FILE, --header-prompt=HEADER_PROMPT_FILE
|
||||||
|
|
Loading…
Reference in a new issue