From c2a2fa5feb610439f6aef9fa1a7a434fb291504d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 21 Nov 2025 22:37:20 -0600 Subject: [PATCH] Cleanup: Add additional comment for f_console_result_found_d documentation. --- level_0/f_console/c/console/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_0/f_console/c/console/common.h b/level_0/f_console/c/console/common.h index e0fd12a..7f0e0ce 100644 --- a/level_0/f_console/c/console/common.h +++ b/level_0/f_console/c/console/common.h @@ -78,7 +78,7 @@ extern "C" { * f_console_result_*_d: * - none: No flags are set. * - alone: The prefix character is by itself (such as only "-" rather than "-h"). - * - found: The parameter has been found. + * - found: The parameter has been found (this does not designate whether or not a value is associated). * - inverse: The inverse prefix character ("+" by default) has been found. * - long: The found prefix is long (two characters, such as "--" or "++"). * - normal: The normal prefix character ("-" by default) has been found. -- 1.8.3.1