Skip to content

Commit

Permalink
fix <empty> code block
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Feb 20, 2024
1 parent 519db2b commit c290b7a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 <empty> for no permission, or `read`, `write`.
--group-permission||string|no|Group permission. Can be `<empty>` for no permission, or `read`, `write`.


### Inherited from parent command
Expand Down

0 comments on commit c290b7a

Please sign in to comment.