Added spaces and line-breaks to fix formatting.

Fixes a formatting issue by adding some spaces and a line-break. Increases readability
This commit is contained in:
Decator 2022-03-15 10:43:10 -04:00 committed by GitHub
parent b44091b4e3
commit b2aa5d8dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ Module descriptors for Python modules **must** have the following key:
Module descriptors for process modules **must** have the following key: Module descriptors for process modules **must** have the following key:
- *command* (the command to run) - *command* (the command to run)
Module descriptors for process modules **may** have the following keys: Module descriptors for process modules **may** have the following keys:
- *timeout* (how long, in seconds, to wait for the command to run) - *timeout* (how long, in seconds, to wait for the command to run)
- *chroot* (if true, run the command in the target system rather than the host) - *chroot* (if true, run the command in the target system rather than the host)