diff options
author | Dustin Black <dblack@redhat.com> | 2016-06-02 16:15:25 -0400 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-06-06 13:20:27 -0700 |
commit | 9b4169255224b725e7d3455c63e2f9db33b0f3bf (patch) | |
tree | cc54307992ace8c01abf2ed7b5545914737cacd9 /xlators/nfs | |
parent | 04b5fcb82e90250cdeaa6f0e1e4c4debdeb0e3fa (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: 1005257
Signed-off-by: Dustin Black <dblack@redhat.com>
Reviewed-on: http://review.gluster.org/14621
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/nfs')
-rw-r--r-- | xlators/nfs/server/src/nfs.c | 2 |
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"}, |