From d0752ab46e752b98cd1f9a85d439c3c7ffed6b6c Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Tue, 31 Aug 2021 14:10:21 +0100 Subject: [PATCH] chore: fix runssh example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1630186..60b11b7 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Usage of upclapi: (yaml-config-file has to include *ssh** config section) ```bash -./build/upclapi -c runssh -f [yaml-config-file] -ssh remote-command-to-execute [-sid ssh/key_filename (or id_pub in HOME by default)] +./build/upclapi -c runssh -f [yaml-config-file] -cmd remote-command-to-execute [-sid ssh/key_filename (or id_pub in HOME by default)] ``` - Create Servers [Ansible Inventory](https://docs.ansible.com/ansible/latest/index.html)