From 910e30061cdc2f96bf43c121e4c30efc60d7c073 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Tue, 13 Jun 2023 14:24:17 +0100 Subject: [PATCH] Clarify location of avrdude.rc in Windows --- src/term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/term.c b/src/term.c index c10ceda3..8fe77c8e 100644 --- a/src/term.c +++ b/src/term.c @@ -1924,7 +1924,7 @@ static int process_line(char *q, const PROGRAMMER *pgm, const AVRPART *p) { } else { pmsg_info("by default subshell commands are not allowed in the terminal; to change put\n"); #if defined(WIN32) - imsg_info("allow_subshells = yes; into " USER_CONF_FILE "\n"); + imsg_info("allow_subshells = yes; into " USER_CONF_FILE " in the avrdude.exe directory\n"); #else imsg_info("allow_subshells = yes; into ~/.config/avrdude/avrdude.rc or ~/.avrduderc\n"); #endif