From c488b912d292b203694821d1a4fa7ba5424eef63 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 6 Feb 2022 20:16:37 -0800 Subject: [PATCH] compiler_vm: update PBOTVM_SERIAL comment --- applets/compiler_vm/host/bin/vm-exec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applets/compiler_vm/host/bin/vm-exec b/applets/compiler_vm/host/bin/vm-exec index 9630faa2..de861224 100755 --- a/applets/compiler_vm/host/bin/vm-exec +++ b/applets/compiler_vm/host/bin/vm-exec @@ -3,10 +3,10 @@ # File: vm-exec # # Purpose: Process and send commands to the PBot virtual machine on the -# default TCP port (5555). Use the PBOT_VM_PORT environment variable to -# override the port. E.g., to use port 6666 instead: +# default TCP port (5555). Use the PBOTVM_SERIAL environment variable to +# override the port. E.g., to use port 7777 instead: # -# $ PBOT_VM_PORT=6666 vm-exec -lang=sh echo test +# $ PBOTVM_SERIAL=7777 vm-exec -lang=sh echo test # SPDX-FileCopyrightText: 2021 Pragmatic Software # SPDX-License-Identifier: MIT