From f89fe6ae3038732cb16b9a1979cb8301c90f1443 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Tue, 7 Jan 2025 16:36:38 -0600 Subject: [PATCH] minor doc edit in user-mode install section Signed-off-by: Karl W. Schulz --- docs/installation/user-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/user-mode.md b/docs/installation/user-mode.md index eead9588..751300dc 100644 --- a/docs/installation/user-mode.md +++ b/docs/installation/user-mode.md @@ -140,7 +140,7 @@ yellow need to be customized for the local installation path. mv data_prom data_prom.${jobid} ``` - In both examples above, the `omnistat-query` utility is used at the end of the job to query collected telemetry (prior to shutting down the server) for the assigned jobid. This should produce a summary report card for the job similar to the [report card](query_report_card) example mentioned in the Overview directly within the recorded job output. + In both examples above, the `omnistat-query` utility is used at the end of the job to query collected telemetry (prior to shutting down the server) for the assigned jobid. This should embed an ascii summary for the job similar to the [report card](query_report_card) example mentioned in the Overview directly within the recorded job output. ## Exploring results with a local Docker environment