@@ -133,41 +133,41 @@ and name is its name. Wild cards in match patterns are explicitly allowed, *
133133matches anything.
134134.SH LABGRID-CLIENT COMMANDS
135135.sp
136- \fB monitor \fP Monitor events from the coordinator
136+ \fB monitor \fP Monitor events from the coordinator
137137.sp
138- \fB resources (r) \fP List available resources
138+ \fB resources (r) \fP List available resources
139139.sp
140- \fB places (p) \fP List available places
140+ \fB places (p) \fP List available places
141141.sp
142- \fB who \fP List acquired places by user
142+ \fB who \fP List acquired places by user
143143.sp
144- \fB show \fP Show a place and related resources
144+ \fB show \fP Show a place and related resources
145145.sp
146- \fB create \fP Add a new place (name supplied by \- p parameter)
146+ \fB create \fP Add a new place (name supplied by \- p parameter)
147147.sp
148- \fB delete \fP Delete an existing place
148+ \fB delete \fP Delete an existing place
149149.sp
150- \fB add \- alias \fP alias Add an alias to a place
150+ \fB add \- alias \fP \fB [ alias] \fP Add an alias to a place
151151.sp
152- \fB del \- alias \fP alias Delete an alias from a place
152+ \fB del \- alias \fP \fB [ alias] \fP Delete an alias from a place
153153.sp
154- \fB set \- comment \fP comment Update or set the place comment
154+ \fB set \- comment \fP \fB [ comment] \fP Update or set the place comment
155155.sp
156- \fB set \- tags \fP key=value Set place tags (key=value)
156+ \fB set \- tags \fP \fB [ key=value] \fP Set place tags (key=value)
157157.sp
158- \fB add \- match \fP match Add one (or multiple) match pattern(s) to a place, see MATCHES
158+ \fB add \- match \fP \fB [ match] \fP Add one (or multiple) match pattern(s) to a place, see MATCHES
159159.sp
160- \fB del \- match \fP match Delete one (or multiple) match pattern(s) from a place, see MATCHES
160+ \fB del \- match \fP \fB [ match] \fP Delete one (or multiple) match pattern(s) from a place, see MATCHES
161161.sp
162- \fB add \- named \- match \fP match name Add one match pattern with a name to a place
162+ \fB add \- named \- match \fP \fB [ match] \fP \fB [ name] \fP Add one match pattern with a name to a place
163163.sp
164- \fB acquire (lock) \fP Acquire a place
164+ \fB acquire (lock) \fP Acquire a place
165165.sp
166- \fB allow \fP user Allow another user to access a place
166+ \fB allow \fP \fB [ user] \fP Allow another user to access a place
167167.sp
168- \fB release (unlock) \fP Release a place
168+ \fB release (unlock) \fP Release a place
169169.sp
170- \fB release \- from \fP host/user Atomically release a place, but only if acquired by a specific user.
170+ \fB release \- from \fP \fB [ host/user] \fP Atomically release a place, but only if acquired by a specific user.
171171.INDENT 0.0
172172.INDENT 3.5
173173Note that this command returns success as long
@@ -177,59 +177,59 @@ not at all.
177177.UNINDENT
178178.UNINDENT
179179.sp
180- \fB env \fP Generate a labgrid environment file for a place
180+ \fB env \fP Generate a labgrid environment file for a place
181181.sp
182- \fB power (pw) \fP action Change (or get) a place\(aq s power status, where action is one of get, on, off, cycle
182+ \fB power (pw) \fP \fB [ action] \fP Change (or get) a place\(aq s power status, where action is one of get, on, off, cycle
183183.sp
184- \fB io \fP action [name] Interact with GPIO (OneWire, relays, ...) devices, where action is one of high, low, get
184+ \fB io \fP \fB [ action] \fP \fB [name] \fP Interact with GPIO (OneWire, relays, ...) devices, where action is one of high, low, get
185185.sp
186- \fB console (con) \fP [name] Connect to the console
186+ \fB console (con) \fP \fB [name] \fP Connect to the console
187187.sp
188- \fB dfu \fP arg Run dfu commands
188+ \fB dfu \fP \fB [ arg] \fP Run dfu commands
189189.sp
190- \fB fastboot \fP arg Run fastboot with argument
190+ \fB fastboot \fP \fB [ arg] \fP Run fastboot with argument
191191.sp
192- \fB flashscript \fP script arg Run arbitrary script with arguments to flash device
192+ \fB flashscript \fP \fB [ script] \fP \fB [ arg] \fP Run arbitrary script with arguments to flash device
193193.sp
194- \fB bootstrap \fP filename Start a bootloader
194+ \fB bootstrap \fP \fB [ filename] \fP Start a bootloader
195195.sp
196- \fB sd \- mux \fP action Switch USB SD Muxer, where action is one of dut (device\- under\- test), host, off
196+ \fB sd \- mux \fP \fB [ action] \fP Switch USB SD Muxer, where action is one of dut (device\- under\- test), host, off
197197.sp
198- \fB usb \- mux \fP action Switch USB Muxer, where action is one of off, dut\- device, host\- dut, host\- device, host\- dut+host\- device
198+ \fB usb \- mux \fP \fB [ action] \fP Switch USB Muxer, where action is one of off, dut\- device, host\- dut, host\- device, host\- dut+host\- device
199199.sp
200- \fB ssh \fP [command] Connect via SSH. Additional arguments are passed to ssh.
200+ \fB ssh \fP \fB [command] \fP Connect via SSH. Additional arguments are passed to ssh.
201201.sp
202- \fB scp \fP source destination Transfer file via scp (use \(aq :dir/file\(aq for the remote side)
202+ \fB scp \fP \fB [ source] \fP \fB [ destination] \fP Transfer file via scp (use \(aq :dir/file\(aq for the remote side)
203203.sp
204- \fB rsync \fP source destination Transfer files via rsync (use \(aq :dir/file\(aq for the remote side)
204+ \fB rsync \fP \fB [ source] \fP \fB [ destination] \fP Transfer files via rsync (use \(aq :dir/file\(aq for the remote side)
205205.sp
206- \fB sshfs \fP remotepath mountpoint Mount a remote path via sshfs
206+ \fB sshfs \fP \fB [ remotepath] \fP \fB [ mountpoint] \fP Mount a remote path via sshfs
207207.sp
208- \fB forward \fP Forward local port to remote target
208+ \fB forward \fP Forward local port to remote target
209209.sp
210- \fB telnet \fP Connect via telnet
210+ \fB telnet \fP Connect via telnet
211211.sp
212- \fB video \fP Start a video stream
212+ \fB video \fP Start a video stream
213213.sp
214- \fB audio \fP Start an audio stream
214+ \fB audio \fP Start an audio stream
215215.sp
216- \fB tmc \fP command Control a USB TMC device
216+ \fB tmc \fP \fB [ command] \fP Control a USB TMC device
217217.sp
218- \fB write \- files \fP filename(s) Copy files onto mass storage device
218+ \fB write \- files \fP \fB [ filename(s)] \fP Copy files onto mass storage device
219219.sp
220- \fB write \- image \fP filename Write images onto block devices (USBSDMux, USB Sticks, …)
220+ \fB write \- image \fP \fB [ filename] \fP Write images onto block devices (USBSDMux, USB Sticks, …)
221221.sp
222- \fB reserve \fP filter Create a reservation
222+ \fB reserve \fP \fB [ filter] \fP Create a reservation
223223.sp
224- \fB cancel \- reservation \fP token Cancel a pending reservation
224+ \fB cancel \- reservation \fP \fB [ token] \fP Cancel a pending reservation
225225.sp
226- \fB wait \fP token Wait for a reservation to be allocated
226+ \fB wait \fP \fB [ token] \fP Wait for a reservation to be allocated
227227.sp
228- \fB reservations \fP List current reservations
228+ \fB reservations \fP List current reservations
229229.sp
230- \fB export \fP filename Export driver information to file (needs environment with drivers)
230+ \fB export \fP \fB [ filename] \fP Export driver information to file (needs environment with drivers)
231231.sp
232- \fB version \fP Print the labgrid version
232+ \fB version \fP Print the labgrid version
233233.SH ADDING NAMED RESOURCES
234234.sp
235235If a target contains multiple Resources of the same type, named matches need to
0 commit comments