mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +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"]`.