From 5808edf2a14bc6a0fbe3653c9fae9caa9c02ba80 Mon Sep 17 00:00:00 2001 From: stefanrueger Date: Tue, 6 May 2025 22:08:57 +0200 Subject: [PATCH] Fix typo --- src/avrdude.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avrdude.1 b/src/avrdude.1 index 9ab78804..f46719a1 100644 --- a/src/avrdude.1 +++ b/src/avrdude.1 @@ -2099,7 +2099,7 @@ Show help menu and exit. .El .Ss Programmers accepting exitspec parameter Currently, only the flip2, linuxspi, linuxgpio, raspberry_pi_gpio, -pickit4_mplab, pickit and old-school parallel port programmers such as +pickit4_mplab, pickit5 and old-school parallel port programmers such as stk200 and dapa support exitspec parameter. These let the user decide in which state the programmer pins after ended programming session. Multiple exitspec options can be separated with commas.