README.markdown in i2cssh-1.4.2 vs README.markdown in i2cssh-1.4.3
- old
+ new
@@ -7,11 +7,11 @@
## Installing
$ gem install i2cssh
## Usage
- Usage: i2cssh [options] [username@host [username@host]]
+ Usage: i2cssh [options] [(username@host [username@host] | username@cluster)]
-A, --forward-agent Enable SSH agent forwarding
-l, --login LOGIN SSH login name
-F, --fullscreen Make the window fullscreen
-C, --columns COLUMNS Number of columns (rows will be calculated)
-R, --rows ROWS Number of rows (columns will be calculated)
@@ -20,9 +20,11 @@
-p, --profile PROFILE Name of the iTerm2 profile (default: Default)
-2, --iterm2 Use iTerm2 instead of iTerm
-f, --file FILE Cluster file (one hostname per line)
-c, --cluster CLUSTERNAME Name of the cluster specified in ~/.i2csshrc
-m, --machines a,b,c Comma-separated list of hosts
+
+i2cssh will assume you want to connect to a cluster when only one host is given.
For `-c` and `-m` options, the format `username@cluster` or `username@host` can be used.
The following commands are exactly the same, however, they might serve different purposes: