summaryrefslogtreecommitdiffstats
path: root/examples/poweroff.cron
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-03-04 09:58:41 +0100
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-03-04 09:58:41 +0100
commitb242ee9f6e1f84d7cbc6114cac1bc5300fa3afcc (patch)
treee6f07500de87d7f4a708fba18d3dd4efccf5dd98 /examples/poweroff.cron
parent9f78cc5acee3e974e1c30bfdeac740e895e2dab1 (diff)
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.
Diffstat (limited to 'examples/poweroff.cron')
-rw-r--r--examples/poweroff.cron2
1 files changed, 1 insertions, 1 deletions
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