From c290b7a7d687d9ba700e0701a0a5bf84bd1c51cd Mon Sep 17 00:00:00 2001 From: MarkAckert Date: Tue, 20 Feb 2024 16:02:36 -0500 Subject: [PATCH] fix code block Signed-off-by: MarkAckert --- .../zwe/certificate/pkcs12/zwe-certificate-pkcs12-lock.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/appendix/zwe_server_command_reference/zwe/certificate/pkcs12/zwe-certificate-pkcs12-lock.md b/docs/appendix/zwe_server_command_reference/zwe/certificate/pkcs12/zwe-certificate-pkcs12-lock.md index baf80378c0..beca115498 100644 --- a/docs/appendix/zwe_server_command_reference/zwe/certificate/pkcs12/zwe-certificate-pkcs12-lock.md +++ b/docs/appendix/zwe_server_command_reference/zwe/certificate/pkcs12/zwe-certificate-pkcs12-lock.md @@ -10,8 +10,6 @@ This command will lock the keystore directory to only be accessible by specified user group. - - ### Inherited from parent command WARNING: This command is for experimental purposes and could be changed in the future releases. @@ -30,7 +28,7 @@ Full name|Alias|Type|Required|Help message --keystore-dir|-d|string|yes|Keystore directory. --user||string|yes|Owner of the keystore directory. --group||string|yes|Group of the keystore directory. ---group-permission||string|no|Group permission. Can be for no permission, or `read`, `write`. +--group-permission||string|no|Group permission. Can be `` for no permission, or `read`, `write`. ### Inherited from parent command