Skip to content

Commit

Permalink
[DOC] Improves Custom entries check option behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Jan 8, 2024
1 parent 56e36c0 commit 7da714b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Below stand further descriptions for each available (default) option :
// A custom program and its arguments to execute.
"shell": false,
"command": ["echo", "My super GPU model !"],
// Whether or not command exit status code should be ignored (defaults to `true`).
// Whether or not command exit status code should be checked (defaults to `true`).
"check": true,
// Whether or not STDERR should be silenced instead of logged (defaults to `true`).
"log_stderr": true,
Expand Down

0 comments on commit 7da714b

Please sign in to comment.