diff options
author | Gaurav Yadav <gyadav@redhat.com> | 2017-07-04 11:18:16 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2017-07-11 13:00:00 +0000 |
commit | 09f9c6c1c9c565d54c257e58c46004326ec1c495 (patch) | |
tree | 1ff0db784ab8561248d1ccdd860a88edbbe233ab /doc | |
parent | bd71ca4fdf2554dd22c0db70af132a11b966ef38 (diff) |
gluster man page: Add remote-host and script mode in gluster man page
Signed-off-by: Gaurav Yadav <gyadav@redhat.com>
Change-Id: I2d9b9f09d72d713e34ccb9516387c5982b830115
BUG: 1467277
Reviewed-on: https://review.gluster.org/17685
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gluster.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index c7b6f221f91..6306969de97 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -16,15 +16,14 @@ gluster - Gluster Console Manager (command line utility) .PP To run the program and display gluster prompt: .PP -.B gluster [--xml] +.B gluster [--remote-host=<gluster_node>] [--mode=script] [--xml] .PP (or) .PP To specify a command directly: .PP .B gluster -.I [commands] [options] [--xml] - +.I [commands] [options] [--remote-host=<gluster_node>] [--mode=script] [--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. .SH COMMANDS |