From 85ae10d69acafb5af0145827e5d971c51460d0be Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 2 Aug 2026 12:47:16 +0200 Subject: [PATCH] whoops --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 35e867c..06a3f75 100644 --- a/build.zig +++ b/build.zig @@ -513,7 +513,7 @@ fn customPhi( const host_emulation = b.option( bool, "phi-host-emulation", - "Run the Phi device daemon on the host over a loopback TCP socket", + "Run the Phi device daemon on the host over a loopback TCP socket (/!\\ Intended for development use only /!\\)", ) orelse false; const emulation_port = b.option( u16,