From df625ef14ed1cd05fc05713389e97c28096cf0b9 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 14 Feb 2022 09:50:44 -0800 Subject: [PATCH] compiler_vm: very minor edit to vm-exec header --- applets/compiler_vm/host/bin/vm-exec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applets/compiler_vm/host/bin/vm-exec b/applets/compiler_vm/host/bin/vm-exec index ea085b0f..7d10fe63 100755 --- a/applets/compiler_vm/host/bin/vm-exec +++ b/applets/compiler_vm/host/bin/vm-exec @@ -3,7 +3,7 @@ # File: vm-exec # # Purpose: Process and send commands to the PBot Guest server (guest-server) on -# the default VM socket CID/port of 7/5555 or the default serial TCP port (5555). +# the default VM socket CID/port (7/5555) or the default serial TCP port (5555). # # Use the PBOTVM_CID, PBOTVM_VPORT and/or PBOTVM_SERIAL environment variables to # override these defaults. E.g.: @@ -157,7 +157,6 @@ sub main() { } else { print "Usage: cc [-lang=] [-info] [-paste] [-args \"command-line arguments\"] [compiler/language options] [-stdin ]\n"; } - exit 1; }