From 8ac72cb1ce9b5e14c63690e425650ab5d9ecb019 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 5 Feb 2024 09:26:53 -0500 Subject: [PATCH] man: labgrid-client.rst: replace 'status' with 'cycle' 'get' seems to serve the same purpose as 'status', which isn't a valid option, and 'cycle' is not shown in the doc despite being in the CLI help output. Signed-off-by: Trevor Gamblin --- man/labgrid-client.1 | 2 +- man/labgrid-client.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/labgrid-client.1 b/man/labgrid-client.1 index b15645ecc..d2b850b32 100644 --- a/man/labgrid-client.1 +++ b/man/labgrid-client.1 @@ -183,7 +183,7 @@ not at all. .sp \fBenv\fP Generate a labgrid environment file for a place .sp -\fBpower (pw)\fP action Change (or get) a place\(aqs power status, where action is one of get, on, off, status +\fBpower (pw)\fP action Change (or get) a place\(aqs power status, where action is one of get, on, off, cycle .sp \fBio\fP action Interact with GPIO (OneWire, relays, ...) devices, where action is one of high, low, get .sp diff --git a/man/labgrid-client.rst b/man/labgrid-client.rst index 89bac5959..d9542559e 100644 --- a/man/labgrid-client.rst +++ b/man/labgrid-client.rst @@ -175,7 +175,7 @@ LABGRID-CLIENT COMMANDS ``env`` Generate a labgrid environment file for a place -``power (pw)`` action Change (or get) a place's power status, where action is one of get, on, off, status +``power (pw)`` action Change (or get) a place's power status, where action is one of get, on, off, cycle ``io`` action Interact with GPIO (OneWire, relays, ...) devices, where action is one of high, low, get