summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorDustin Black <dblack@redhat.com>2016-06-02 16:15:25 -0400
committerNiels de Vos <ndevos@redhat.com>2016-06-06 13:28:50 -0700
commit48f481c64e04d5c7f479f6eee52ea8b8bef9570e (patch)
tree84009c6e7833bf8d6c6ca50815f41fd1a260ae75 /xlators
parent0513e1f1bfa85c20ea3324b512d294cefa9177f8 (diff)
nfs: fix a typo in the help text for option rpc-auth.addr.reject
Added space to .description Reported-by: James Shubin <purpleidea@gmail.com> Change-Id: Ie4dd8774567ac4d8e1e8ec39aa3ab595d037101a BUG: 1342275 Signed-off-by: Dustin Black <dblack@redhat.com> Reviewed-on: http://review.gluster.org/14620 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> Smoke: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/nfs/server/src/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c
index 66bd69d2b4f..ddfa89dab11 100644
--- a/xlators/nfs/server/src/nfs.c
+++ b/xlators/nfs/server/src/nfs.c
@@ -1885,7 +1885,7 @@ struct volume_options options[] = {
.default_value = "none",
.description = "Reject a comma separated list of addresses and/or"
" hostnames from connecting to the server. By default,"
- " all connections are allowed. This allows users to"
+ " all connections are allowed. This allows users to "
"define a general rule for all exported volumes."
},
{ .key = {"rpc-auth.addr.*.allow"},