diff options
author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:20 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:24 -0800 |
commit | 458f8b0eab9af7b770a25e9277f70bb4df3c8d90 (patch) | |
tree | f1b37931d762469796c6acb8f6dd06101168cf1b /parse-options.h | |
parent | 550fac1d131d764c7c5ec5d69f53290c30855be6 (diff) |
parse-options.h: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'parse-options.h')
-rw-r--r-- | parse-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-options.h b/parse-options.h index fca944d9a9..997ffbee80 100644 --- a/parse-options.h +++ b/parse-options.h @@ -6,7 +6,7 @@ struct repository; /** - * Refer to Documentation/technical/api-parse-options.txt for the API doc. + * Refer to Documentation/technical/api-parse-options.adoc for the API doc. */ enum parse_opt_type { |