diff options
| -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,  | 
