From 1fbacbf998678ae8d5868aeea3e83c915e940d0a Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 24 Feb 2012 16:19:18 -0500
Subject: [PATCH] Mention original ctags option name.

---
 src/tools/make_ctags | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tools/make_ctags b/src/tools/make_ctags
index 37ac134aa3d..1609c076754 100755
--- a/src/tools/make_ctags
+++ b/src/tools/make_ctags
@@ -10,6 +10,7 @@ ctags --version 2>&1 | grep Exuberant && IS_EXUBERANT="Y"
 
 # List of kinds supported by Exuberant Ctags 5.8
 # generated by ctags --list-kinds
+# --c-kinds was called --c-types before 2003
 #    c  classes
 #    d  macro definitions
 #    e  enumerators (values inside an enumeration)
-- 
GitLab