From ebdc8deec05f46e8ccbb76bd6492196289c12f2f Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Wed, 8 May 2024 17:09:42 +0000 Subject: [PATCH] backport of commit 049807d4cd843bd7c93b632912ebf1c94d0ce099 --- website/content/docs/commands/session-recordings/read.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/commands/session-recordings/read.mdx b/website/content/docs/commands/session-recordings/read.mdx index 96a818e984..aa5899fb0c 100644 --- a/website/content/docs/commands/session-recordings/read.mdx +++ b/website/content/docs/commands/session-recordings/read.mdx @@ -15,10 +15,10 @@ The `boundary session-recordings read` command lets you read information about a ## Example -This example reads the details of a session recording with the ID `s_1234567890`: +This example reads the details of a session recording with the ID `sr_1234567890`: ```shell-session -$ boundary session-recordings read -id s_1234567890 +$ boundary session-recordings read -id sr_1234567890 ``` ## Usage