From b181919ce6bf51199f5c7ebc86526b2f80a7b3ea Mon Sep 17 00:00:00 2001 From: PinkLolicorn <44551064+PinkLolicorn@users.noreply.github.com> Date: Fri, 20 May 2022 13:16:17 +0000 Subject: [PATCH] docs: `mount_flags` takes a slice of strings (#13087) The description of `mount_flags` provides incorrect example of the accepted value format. This fixes the issue by changing the example from a string `ro,noatime` to a slice of strings `["ro", "noatime"]`. --- website/content/docs/commands/volume/register.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/commands/volume/register.mdx b/website/content/docs/commands/volume/register.mdx index 65a76333d..63b3cb280 100644 --- a/website/content/docs/commands/volume/register.mdx +++ b/website/content/docs/commands/volume/register.mdx @@ -129,7 +129,7 @@ context { to whether these options are required or necessary. - `fs_type`: file system type (ex. `"ext4"`) - - `mount_flags`: the flags passed to `mount` (ex. `"ro,noatime"`) + - `mount_flags`: the flags passed to `mount` (ex. `["ro", "noatime"]`) - `topology_request` ([TopologyRequest](#topology_request-parameters): nil) - Specify locations (region, zone, rack, etc.) where the provisioned