From a0e7c932ba811faa6e3832ef2685e18aa7069c7d Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Tue, 20 Jun 2023 02:41:02 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f995550..c51cf74 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # rexec -Parallel SSH executor in Rust. Read hosts from `known_hosts` +Parallel SSH executor in Rust. It can read servers from `known_hosts` or expand servers from bash expanshion line cassandra.{prod,dev}.example.com [![Rust-static-build](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml/badge.svg)](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml) -``` +```shell [ab@test debug]$ ./rexec -k admin-gce-sc.* --help Parallel SSH executor in Rust @@ -19,8 +19,9 @@ Options: -p, --parallel [default: 100] -h, --help Print help -V, --version Print version +``` - +```shell [ab@test debug]$ ./rexec -u ab -k -c uptime -e admin.* -f [INFO ] Matched hosts: [INFO ] admin-gce-sc-1.lca-prod.** [35.211.27.195]