From cb7832895257dd22258e360f6a596b09ba7c20ac Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Sun, 1 Dec 2013 20:11:24 +0530 Subject: cluster/afr: Fix description string for option 'self-heal-daemon' Change-Id: I267b935a16a6fdc72a4e791f681289e6868baee6 BUG: 1010834 Reviewed-on: http://review.gluster.org/6385 Reviewed-by: Ravishankar N Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/afr/src/afr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xlators/cluster/afr') diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index c724eb2ae..34417a158 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -719,7 +719,8 @@ struct volume_options options[] = { .default_value = "off", .description = "This option applies to only self-heal-daemon. " "Index directory crawl and automatic healing of files" - "will not be performed if this option is turned off." + " will not be performed if this option is turned" + " off." }, { .key = {"iam-self-heal-daemon"}, .type = GF_OPTION_TYPE_BOOL, -- cgit