From 0ff357bbf32e0e16eeb68d853d574fefab95a8af Mon Sep 17 00:00:00 2001
From: kpetersn <kmpeters@anl.gov>
Date: Wed, 8 Mar 2023 17:14:31 +0000
Subject: [PATCH] Added a reminder about the port argument.

---
 5-Add-virtual-motors.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/5-Add-virtual-motors.md b/5-Add-virtual-motors.md
index b860307..fa87525 100644
--- a/5-Add-virtual-motors.md
+++ b/5-Add-virtual-motors.md
@@ -375,6 +375,8 @@ Options:
 
 #### 5.10.2 Start servery.py in a different terminal window
 
+Reminder: the port argument passed to the `-p` option must match the value of `VMC_PORT` chosen in [step 5.7.2](5-Add-virtual-motors.md#572-modify-iocshvmccmd)
+
 ```
 $ xterm -e "${SUPPORT_DIR}/motorVMC/python/server.py -p 33333" &
 ```
-- 
GitLab