From e95e8f87152dc2895b7e2dcd0c43ed939e2f4058 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Mon, 21 Jan 2013 18:59:50 +0530 Subject: cli: fix descriptions of owner-uid and owner-gid Change-Id: I04c0dd23bc5bc34fd9d7bddb11beeecb8e7e2a49 BUG: 853842 Signed-off-by: Shireesh Anjal Reviewed-on: http://review.gluster.org/4398 Reviewed-by: Anand Avati Tested-by: Anand Avati --- xlators/storage/posix/src/posix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/storage/posix/src/posix.c') diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 258ce5241..7fdf235b7 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -4539,12 +4539,12 @@ struct volume_options options[] = { { .key = {"brick-uid"}, .type = GF_OPTION_TYPE_INT, - .description = "Support for setting uid of brick's root" + .description = "Support for setting uid of brick's owner" }, { .key = {"brick-gid"}, .type = GF_OPTION_TYPE_INT, - .description = "Support for setting gid of brick's root" + .description = "Support for setting gid of brick's owner" }, { .key = {NULL} } }; -- cgit