mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +01:00
compiler_vm: update PBOTVM_SERIAL comment
This commit is contained in:
parent
f4a665ef5d
commit
c488b912d2
@ -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 <pragma78@gmail.com>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user