diff options
author | Mohit Agrawal <moagrawa@redhat.com> | 2016-07-27 15:32:56 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2016-07-29 12:33:01 -0700 |
commit | 138bea7ea65987ca23f73c1f0c4f8868fd38cdff (patch) | |
tree | cd9d907d05650739ee738b73b23f8edbfccc74c7 /doc | |
parent | 1f4e41e8c2f5f4af4564caba0a08996853f089f4 (diff) |
gluster man page: Add output option "--xml" to man page of gluster
BUG: 1360670
Change-Id: Ia167bb5b541a12459f70ab1205bd4ffdab8c7e65
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
Reviewed-on: http://review.gluster.org/15027
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gluster.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index 1c6cf09fdd5..9780264d537 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -16,14 +16,14 @@ gluster - Gluster Console Manager (command line utility) .PP To run the program and display gluster prompt: .PP -.B gluster +.B gluster [--xml] .PP (or) .PP To specify a command directly: .PP .B gluster -.I [commands] [options] +.I [commands] [options] [--xml] .SH DESCRIPTION The Gluster Console Manager is a command line utility for elastic volume management. You can run the gluster command on any export server. The command enables administrators to perform cloud operations, such as creating, expanding, shrinking, rebalancing, and migrating volumes without needing to schedule server downtime. |