summaryrefslogtreecommitdiff
path: root/src/cssh_options.ggo
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssh_options.ggo')
-rw-r--r--src/cssh_options.ggo7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cssh_options.ggo b/src/cssh_options.ggo
index def8c02..0a06621 100644
--- a/src/cssh_options.ggo
+++ b/src/cssh_options.ggo
@@ -1,6 +1,6 @@
package "cssh"
version "0.0.1"
-usage "cssh [options] [hostname] [command]"
+usage "cssh [options] [user@][hostname] [command]"
description "Execute a command on a set of machines"
section "Main Options"
@@ -22,3 +22,8 @@ section "Main Options"
int typestr="port"
optional
+ option "hosts" H
+ "List of hosts to use in parallel"
+ string typestr="host"
+ multiple optional
+