From 79127854dea602d362831ec81e102946c91fd37c Mon Sep 17 00:00:00 2001 From: VedantK <145242784+555vedant@users.noreply.github.com> Date: Sun, 6 Oct 2024 09:57:32 +0530 Subject: [PATCH] Update docs/import_export/README.md Co-authored-by: Jonathan Tran --- docs/import_export/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import_export/README.md b/docs/import_export/README.md index d3a06aac92..77482e21bf 100644 --- a/docs/import_export/README.md +++ b/docs/import_export/README.md @@ -12,7 +12,7 @@ The Import/Export tool in uPortal 5 allows users to transfer configuration data - **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}]` -- **dataDelete**: Deletes the specified entity. Requires -Dtype={entity-type} and -Dsysid={id} +- **dataDelete**: Deletes the specified entity. Requires `-Dtype={entity-type}` and `-Dsysid={id}` - **dataInit**: Drop and recreate uPortal tables and reimport data