summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <rubyfy@dev.buetow.org>2015-09-29 07:18:34 +0100
committerPaul Buetow <rubyfy@dev.buetow.org>2015-09-29 07:18:34 +0100
commit25813dd0e4a46af5bc4a41d628c6c349cf55fba5 (patch)
tree7182081214145450aa713c1864f6b23181be6277 /README.md
parentb36da66f1067c58ea829ba436f770c7bd62085bd (diff)
add default value of 1 for parallelization
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 109e876..c762a0b 100644
--- a/README.md
+++ b/README.md
@@ -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
```