From 9b4169255224b725e7d3455c63e2f9db33b0f3bf Mon Sep 17 00:00:00 2001 From: Dustin Black Date: Thu, 2 Jun 2016 16:15:25 -0400 Subject: nfs: fix a typo in the help text for option rpc-auth.addr.reject Added space to .description Reported-by: James Shubin Change-Id: Ie4dd8774567ac4d8e1e8ec39aa3ab595d037101a BUG: 1005257 Signed-off-by: Dustin Black Reviewed-on: http://review.gluster.org/14621 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Niels de Vos CentOS-regression: Gluster Build System --- xlators/nfs/server/src/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/nfs/server/src') 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"}, -- cgit