summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 21:28:19 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 21:28:19 +0200
commitff5bfb0070306dc55b24bc49fc5658fa9b904f8b (patch)
treecbb00f1922d0d1bd4bf3cfccc188d75434c62e61
parentba9a45a69c3b508abc65bf4e4aff9ad03e57e4d0 (diff)
downloadcssh-ff5bfb0070306dc55b24bc49fc5658fa9b904f8b.tar.gz
cssh-ff5bfb0070306dc55b24bc49fc5658fa9b904f8b.tar.bz2
fixed usage
-rw-r--r--src/cssh_options.ggo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssh_options.ggo b/src/cssh_options.ggo
index e05e7e7..def8c02 100644
--- a/src/cssh_options.ggo
+++ b/src/cssh_options.ggo
@@ -1,6 +1,6 @@
package "cssh"
version "0.0.1"
-usage "cssh [options] <command>"
+usage "cssh [options] [hostname] [command]"
description "Execute a command on a set of machines"
section "Main Options"