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.ggo8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cssh_options.ggo b/src/cssh_options.ggo
index 0a06621..3090e57 100644
--- a/src/cssh_options.ggo
+++ b/src/cssh_options.ggo
@@ -22,8 +22,8 @@ section "Main Options"
int typestr="port"
optional
- option "hosts" H
- "List of hosts to use in parallel"
- string typestr="host"
- multiple optional
+ option "hosts-file" H
+ "List of hosts to use in parallel (listed one per line in a file)"
+ string typestr="hosts-file"
+ optional