Short and Long Forms
| Comments |
-h
--help |
The tool will print a usage message and exit with success. |
-V
--version |
The tool will print the version # and exit with success. |
-v
--verbose |
This will enable the verbose mode. The tool will
print the steps being done while converting a dataset. |
-d dataset_name
--dname=dataset_name
|
This is the name including its path of the
dataset to be converted (the links from the root group to the
dataset). If no conversion is needed,
the tool will exit with success.
Only one dataset can be specified with this option each time the tool is run.
If this option is not used, the tool will attempt to convert
every dataset in file_name .
|
-n
--noop |
Noop is short for no operation. The file will not
be modified. The tool will perform all the steps except the actual
conversion and exit with success. When errors are encountered along
the way, the tool will exit with failure. |