diff options
| author | Paul Buetow <rubyfy@dev.buetow.org> | 2015-09-29 07:18:34 +0100 |
|---|---|---|
| committer | Paul Buetow <rubyfy@dev.buetow.org> | 2015-09-29 07:18:34 +0100 |
| commit | 25813dd0e4a46af5bc4a41d628c6c349cf55fba5 (patch) | |
| tree | 7182081214145450aa713c1864f6b23181be6277 /README.md | |
| parent | b36da66f1067c58ea829ba436f770c7bd62085bd (diff) | |
add default value of 1 for parallelization
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Example usage: ``` cat serverlist.txt | ./rubyfy -p 10 -c 'hostname' -./rubyfy -p 1 -c 'hostname' <<< foo.example.com +./rubyfy --root --command 'id' <<< foo.example.com ``` |
