@@ -133,41 +133,41 @@ and name is its name. Wild cards in match patterns are explicitly allowed, *
133
133
matches anything.
134
134
.SH LABGRID-CLIENT COMMANDS
135
135
.sp
136
- \fB monitor \fP Monitor events from the coordinator
136
+ \fB monitor \fP Monitor events from the coordinator
137
137
.sp
138
- \fB resources (r) \fP List available resources
138
+ \fB resources (r) \fP List available resources
139
139
.sp
140
- \fB places (p) \fP List available places
140
+ \fB places (p) \fP List available places
141
141
.sp
142
- \fB who \fP List acquired places by user
142
+ \fB who \fP List acquired places by user
143
143
.sp
144
- \fB show \fP Show a place and related resources
144
+ \fB show \fP Show a place and related resources
145
145
.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)
147
147
.sp
148
- \fB delete \fP Delete an existing place
148
+ \fB delete \fP Delete an existing place
149
149
.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
151
151
.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
153
153
.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
155
155
.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)
157
157
.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
159
159
.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
161
161
.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
163
163
.sp
164
- \fB acquire (lock) \fP Acquire a place
164
+ \fB acquire (lock) \fP Acquire a place
165
165
.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
167
167
.sp
168
- \fB release (unlock) \fP Release a place
168
+ \fB release (unlock) \fP Release a place
169
169
.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.
171
171
.INDENT 0.0
172
172
.INDENT 3.5
173
173
Note that this command returns success as long
@@ -177,59 +177,59 @@ not at all.
177
177
.UNINDENT
178
178
.UNINDENT
179
179
.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
181
181
.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
183
183
.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
185
185
.sp
186
- \fB console (con) \fP [name] Connect to the console
186
+ \fB console (con) \fP \fB [name] \fP Connect to the console
187
187
.sp
188
- \fB dfu \fP arg Run dfu commands
188
+ \fB dfu \fP \fB [ arg] \fP Run dfu commands
189
189
.sp
190
- \fB fastboot \fP arg Run fastboot with argument
190
+ \fB fastboot \fP \fB [ arg] \fP Run fastboot with argument
191
191
.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
193
193
.sp
194
- \fB bootstrap \fP filename Start a bootloader
194
+ \fB bootstrap \fP \fB [ filename] \fP Start a bootloader
195
195
.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
197
197
.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
199
199
.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.
201
201
.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)
203
203
.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)
205
205
.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
207
207
.sp
208
- \fB forward \fP Forward local port to remote target
208
+ \fB forward \fP Forward local port to remote target
209
209
.sp
210
- \fB telnet \fP Connect via telnet
210
+ \fB telnet \fP Connect via telnet
211
211
.sp
212
- \fB video \fP Start a video stream
212
+ \fB video \fP Start a video stream
213
213
.sp
214
- \fB audio \fP Start an audio stream
214
+ \fB audio \fP Start an audio stream
215
215
.sp
216
- \fB tmc \fP command Control a USB TMC device
216
+ \fB tmc \fP \fB [ command] \fP Control a USB TMC device
217
217
.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
219
219
.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, …)
221
221
.sp
222
- \fB reserve \fP filter Create a reservation
222
+ \fB reserve \fP \fB [ filter] \fP Create a reservation
223
223
.sp
224
- \fB cancel \- reservation \fP token Cancel a pending reservation
224
+ \fB cancel \- reservation \fP \fB [ token] \fP Cancel a pending reservation
225
225
.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
227
227
.sp
228
- \fB reservations \fP List current reservations
228
+ \fB reservations \fP List current reservations
229
229
.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)
231
231
.sp
232
- \fB version \fP Print the labgrid version
232
+ \fB version \fP Print the labgrid version
233
233
.SH ADDING NAMED RESOURCES
234
234
.sp
235
235
If a target contains multiple Resources of the same type, named matches need to
0 commit comments