diff --git a/pynxtools/dataconverter/README.md b/pynxtools/dataconverter/README.md index 2bee8f2dd..7b4aa5a33 100644 --- a/pynxtools/dataconverter/README.md +++ b/pynxtools/dataconverter/README.md @@ -15,7 +15,6 @@ user@box:~$ pip install git+https://github.com/FAIRmat-NFDI/pynxtools.git Converts experimental data to NeXus/HDF5 files based on any provided NXDL. ```console -user@box:~$ dataconverter --help Usage: dataconverter [OPTIONS] The CLI entrypoint for the convert function @@ -35,8 +34,8 @@ Options: checking the documentation. --params-file FILENAME Allows to pass a .yaml file with all the parameters the converter supports. - --undocumented Shows a log output for all fields which are - undocumented + --undocumented Shows a log output for all undocumented + fields --help Show this message and exit. ``` diff --git a/pynxtools/dataconverter/convert.py b/pynxtools/dataconverter/convert.py index 618970304..29ca21b6e 100644 --- a/pynxtools/dataconverter/convert.py +++ b/pynxtools/dataconverter/convert.py @@ -190,7 +190,7 @@ def parse_params_file(params_file): '--undocumented', is_flag=True, default=False, - help='Shows a log output for all fields which are undocumented' + help='Shows a log output for all undocumented fields' ) # pylint: disable=too-many-arguments def convert_cli(input_file: Tuple[str],