From c460236dc3124e910ae9eaf03c176ccfda276d08 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 30 May 2024 16:56:52 -0400 Subject: [PATCH] 21388: Improve diagnostics markup Arvados-DCO-1.1-Signed-off-by: Brett Smith --- doc/install/diagnostics.html.textile.liquid | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/install/diagnostics.html.textile.liquid b/doc/install/diagnostics.html.textile.liquid index 7d03e8b0d2..cf3e960f41 100644 --- a/doc/install/diagnostics.html.textile.liquid +++ b/doc/install/diagnostics.html.textile.liquid @@ -19,11 +19,8 @@ Depending on where you are running the installer, you need to provide @-internal Here is an example of it in action: -
-root@api:~$ apt-get install arvados-client
-root@api:~$ export ARVADOS_API_HOST=ClusterID.example.com
-root@api:~$ export ARVADOS_API_TOKEN=YourSytemRootTokenHere
-root@api:~$ arvados-client diagnostics -external-client
+
+
$ ARVADOS_API_HOST=ClusterID.example.com ARVADOS_API_TOKEN=YourSystemTokenHere arvados-client diagnostics -external-client
 INFO      10: getting discovery document from https://ClusterID.example.com/discovery/v1/apis/arvados/v1/rest
 INFO      20: getting exported config from https://ClusterID.example.com/arvados/v1/config
 INFO      30: getting current user record
@@ -55,4 +52,5 @@ INFO     160: running a container
 INFO      ... container request submitted, waiting up to 10m for container to run
 INFO    9990: deleting temporary collection
 INFO    --- no errors ---
-
+
+ -- 2.30.2