From ec50b2252e9872e0c3d16f9bdaf14ad5468800a2 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Wed, 20 Nov 2024 18:55:38 +0000
Subject: [PATCH] launch-client(1): Consistently use `$` prefix on example
 shell sessions

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 bin/launch-client.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/launch-client.md b/bin/launch-client.md
index c446df766..6c25a1962 100644
--- a/bin/launch-client.md
+++ b/bin/launch-client.md
@@ -497,14 +497,14 @@ Steam Launch Options to
 and then running debugging commands in its Proton environment with
 commands like:
 
-    steam-runtime-launch-client \
+    $ steam-runtime-launch-client \
         --bus-name=com.steampowered.App312990 \
         -- \
         wine64 winedbg Expendabros.exe
 
 To exit the command server when finished, use a command like:
 
-    steam-runtime-launch-client \
+    $ steam-runtime-launch-client \
         --bus-name=com.steampowered.App312990 \
         --terminate
 
-- 
GitLab