mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
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"]`.