Fix nfs_mount_options description

This meant to say "section 5" -- reword it
a bit.

Change-Id: If66f7edb0f3f858ab1bddb29ae07dcda99195450
This commit is contained in:
Eric Harney 2020-04-23 11:26:56 -04:00
parent c2291bead4
commit cb8ac675e6

View File

@ -56,8 +56,8 @@ nfs_opts = [
default='$state_path/mnt', default='$state_path/mnt',
help='Base dir containing mount points for NFS shares.'), help='Base dir containing mount points for NFS shares.'),
cfg.StrOpt('nfs_mount_options', cfg.StrOpt('nfs_mount_options',
help='Mount options passed to the NFS client. See section ' help='Mount options passed to the NFS client. See the NFS(5) '
'of the NFS man page for details.'), 'man page for details.'),
cfg.IntOpt('nfs_mount_attempts', cfg.IntOpt('nfs_mount_attempts',
default=3, default=3,
help='The number of attempts to mount NFS shares before ' help='The number of attempts to mount NFS shares before '