diff --git a/validation/README.md b/validation/README.md index d97ee30eb488f0dc136ca6b02ef10bdae214ba2c..f83a13967085b5839cf2f8b65de72332fb7f8200 100644 --- a/validation/README.md +++ b/validation/README.md @@ -83,10 +83,13 @@ $ ### Misc. arguments -|**`--help`** (**`-h`**)|Print a help/ usage page for the validation tool.| -|**`--dict-sdb <SDB FILE>`** (**`-d`**)|Format dictionary in (binary) SDB format used for validating a ModelCIF file. The container comes with a SDB for ModelCIF and one for the original PDBx/mmCIF format.| -|**`--out-file <JSON FILE>`** (**`-o`**)|Instead of printing the output to `stdout`, store it in a JSON file.| -|**`--verbose`** (**`-v`**)|Write information from intermediate steps to `stdout`. This includes the raw output of `CifCheck`.| +**`--help`** (**`-h`**) Print a help/ usage page for the validation tool. + +**`--dict-sdb <SDB FILE>`** (**`-d`**) Format dictionary in (binary) SDB format used for validating a ModelCIF file. The container comes with a SDB for ModelCIF and one for the original PDBx/mmCIF format. + +**`--out-file <JSON FILE>`** (**`-o`**) Instead of printing the output to `stdout`, store it in a JSON file. + +**`--verbose`** (**`-v`**) Write information from intermediate steps to `stdout`. This includes the raw output of `CifCheck`. ## How to run the container