From 09f9c6c1c9c565d54c257e58c46004326ec1c495 Mon Sep 17 00:00:00 2001 From: Gaurav Yadav Date: Tue, 4 Jul 2017 11:18:16 +0530 Subject: gluster man page: Add remote-host and script mode in gluster man page Signed-off-by: Gaurav Yadav Change-Id: I2d9b9f09d72d713e34ccb9516387c5982b830115 BUG: 1467277 Reviewed-on: https://review.gluster.org/17685 CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Atin Mukherjee --- doc/gluster.8 | 5 ++--- 1 file 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=] [--mode=script] [--xml] .PP (or) .PP To specify a command directly: .PP .B gluster -.I [commands] [options] [--xml] - +.I [commands] [options] [--remote-host=] [--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 -- cgit