diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7d60f4477..3f0d20eb2 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -55,6 +55,7 @@ jobs: - name: Build documentation run: | python setup.py build_sphinx + rm man/*.1 make -C man all git --no-pager diff --exit-code - uses: codecov/codecov-action@v1 diff --git a/man/labgrid-client.1 b/man/labgrid-client.1 index f702640b3..894db6f69 100644 --- a/man/labgrid-client.1 +++ b/man/labgrid-client.1 @@ -48,16 +48,16 @@ This is the client to control a boards status and interface with it on remote ma .B \-h\fP,\fB \-\-help display command line help .TP -.BI \-p \ PLACE\fR,\fB \ \-\-place \ PLACE +.BI \-p \ PLACE\fP,\fB \ \-\-place \ PLACE specify the place to operate on .TP .B \-x\fP,\fB \-\-crossbar\-url the crossbar url of the coordinator, defaults to \fBws://127.0.0.1:20408/ws\fP .TP -.BI \-c \ CONFIG\fR,\fB \ \-\-config \ CONFIG +.BI \-c \ CONFIG\fP,\fB \ \-\-config \ CONFIG set the configuration file .TP -.BI \-s \ STATE\fR,\fB \ \-\-state \ STATE +.BI \-s \ STATE\fP,\fB \ \-\-state \ STATE set an initial state before executing a command, requires a configuration file and strategy .TP @@ -67,7 +67,7 @@ enable debugging .B \-v\fP,\fB \-\-verbose increase verbosity .TP -.BI \-P \ PROXY\fR,\fB \ \-\-proxy \ PROXY +.BI \-P \ PROXY\fP,\fB \ \-\-proxy \ PROXY proxy connections over ssh .UNINDENT .SH CONFIGURATION FILE