Skip to content

Commit

Permalink
man: labgrid-client.rst: replace 'status' with 'cycle'
Browse files Browse the repository at this point in the history
'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 <[email protected]>
  • Loading branch information
threexc committed Feb 5, 2024
1 parent 3de5952 commit 8ac72cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/labgrid-client.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/labgrid-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ac72cb

Please sign in to comment.