diff --git a/docs/import_export/README.md b/docs/import_export/README.md index 9098d95af3..3c7bb41749 100644 --- a/docs/import_export/README.md +++ b/docs/import_export/README.md @@ -8,7 +8,7 @@ The Import/Export tool in uPortal 5 allows users to transfer configuration data - **dataImport**: Adds to or updates the portal database for the entities defined in the specified XML file(s). Requires `-Dfile={path-to-file}` or `-Ddir={path-to-directory}` -- **dataList**: With no arguments (-Dtype={entity-type}) lists all supported portal data types and the operations (export, delete) supported for each. +- **dataList**: With no arguments (`-Dtype={entity-type}`) lists all supported portal data types and the operations (export, delete) supported for each. - **dataExport**: Creates XML files representing the requested entities and writes them to the specified file system location. Parameters: -Ddir={path-to-directory} -Dtype={entity-type} [-Dsysid={entity-identifier}]