From 934698c7d1c660c9f4ec66cfd876b351c8f4224a Mon Sep 17 00:00:00 2001 From: "mingsheng.su" Date: Fri, 25 Oct 2019 09:47:45 +0800 Subject: [PATCH] Update website/source/docs/post-processors/ucloud-import.html.md Co-Authored-By: Megan Marsh --- website/source/docs/post-processors/ucloud-import.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/ucloud-import.html.md b/website/source/docs/post-processors/ucloud-import.html.md index ad322bf69..7e18d7893 100644 --- a/website/source/docs/post-processors/ucloud-import.html.md +++ b/website/source/docs/post-processors/ucloud-import.html.md @@ -48,7 +48,7 @@ are two categories: required and optional parameters. - `ufile_key_name` (string) - The name of the object key in `ufile_bucket_name` where the RAW, VHD, VMDK, or qcow2 file will be copied to import. -- `skip_clean` (boolean) - Whether we should skip removing the RAW, VHD, VMDK, or qcow2 file uploaded to UFile after the import process has completed. Possible values are: `true` as leave it in the UFile bucket, `false` as clean it out.(Default: `false`). +- `skip_clean` (boolean) - Whether we should skip removing the RAW, VHD, VMDK, or qcow2 file uploaded to UFile after the import process has completed. Possible values are: `true` to leave it in the UFile bucket, `false` to remove it. (Default: `false`). - `image_description` (string) - The description of the image.