From b242ee9f6e1f84d7cbc6114cac1bc5300fa3afcc Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 4 Mar 2024 09:58:41 +0100 Subject: change 'ogcli send' command into 'ogcli request' By using the word 'request' the command becomes more semantic and represents the 'best effort' nature of the communication with ogserver. --- examples/poweroff.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/poweroff.cron') diff --git a/examples/poweroff.cron b/examples/poweroff.cron index da4c476..8e3bed6 100644 --- a/examples/poweroff.cron +++ b/examples/poweroff.cron @@ -8,4 +8,4 @@ # Usually on debian based distros one can insert cron tasks # using "crontab -e". -0 22 * * 1-5 ogcli send poweroff --client-ip 192.168.56.11 +0 22 * * 1-5 ogcli request poweroff --client-ip 192.168.56.11 -- cgit v1.2.3-18-g5258