diff options
author | Vijay Bellur <vbellur@redhat.com> | 2013-12-01 20:11:24 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-02 21:48:15 -0800 |
commit | cb7832895257dd22258e360f6a596b09ba7c20ac (patch) | |
tree | 4b6e97777ec4673e89c51c46ad725de19dc66477 | |
parent | 0e5837a4495028e56c75e95a694a0d6123623eb2 (diff) |
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 <ravishankar@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | xlators/cluster/afr/src/afr.c | 3 |
1 files changed, 2 insertions, 1 deletions
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, |