diff options
author | Shireesh Anjal <sanjal@redhat.com> | 2013-01-21 18:59:50 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-01-21 10:06:34 -0800 |
commit | e95e8f87152dc2895b7e2dcd0c43ed939e2f4058 (patch) | |
tree | 3cf19477238d27734833d85ec0d88977f3afd95f /xlators | |
parent | 783f349575ac169c7777ab603614d19bcd968a7c (diff) |
cli: fix descriptions of owner-uid and owner-gid
Change-Id: I04c0dd23bc5bc34fd9d7bddb11beeecb8e7e2a49
BUG: 853842
Signed-off-by: Shireesh Anjal <sanjal@redhat.com>
Reviewed-on: http://review.gluster.org/4398
Reviewed-by: Anand Avati <avati@redhat.com>
Tested-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 258ce5241af..7fdf235b799 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} } }; |