Skip to content

Commit 92aaaff

Browse files
authored
Fix obsolete argument in postprocessing doc (#2067)
1 parent fa7a91a commit 92aaaff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/QuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ o2-qc-run-basic
185185
In another terminal window run the ExampleTrend post-processing task, as follows:
186186

187187
```
188-
o2-qc-run-postprocessing --config json://${QUALITYCONTROL_ROOT}/etc/postprocessing.json --name ExampleTrend
188+
o2-qc-run-postprocessing --config json://${QUALITYCONTROL_ROOT}/etc/postprocessing.json --id ExampleTrend
189189
```
190190

191191
On the [QCG website](https://qcg-test.cern.ch/?page=objectTree) you will see a TTree and additional plots visible under the path `/qc/TST/MO/ExampleTrend`. They show how different properties of the Example histogram change during time. The longer the applications are running, the more data will be visible.

0 commit comments

Comments
 (0)