From 465a19c46709f92e7d4d288e3bec5146bd969e55 Mon Sep 17 00:00:00 2001
From: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Date: Thu, 5 Jun 2025 11:52:27 +0900
Subject: [PATCH v2 3/4] pg_bsd_indent: add -V option

---
 src/tools/pg_bsd_indent/args.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tools/pg_bsd_indent/args.c b/src/tools/pg_bsd_indent/args.c
index 5fa7e6b038c..4dec315e0a2 100644
--- a/src/tools/pg_bsd_indent/args.c
+++ b/src/tools/pg_bsd_indent/args.c
@@ -93,6 +93,7 @@ struct pro {
 
     {"T", PRO_SPECIAL, 0, KEY, 0},
     {"U", PRO_SPECIAL, 0, KEY_FILE, 0},
+    {"V", PRO_SPECIAL, 0, VERSION, 0},
     {"-version", PRO_SPECIAL, 0, VERSION, 0},
     {"P", PRO_SPECIAL, 0, IGN, 0},
     {"bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation},
-- 
2.47.1

