Skip to content

Commit 4f3f263

Browse files
ReneNyffeneggergregkh
authored andcommitted
scripts/tags.sh: Update comment (addition of gtags)
Commit f4ed100 ("kbuild: add GNU GLOBAL tags generation") added support for the GNU Global source tagging system. However, this addition was not reflected in the script's header comment. Fixes: f4ed100 ("kbuild: add GNU GLOBAL tags generation") Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch> Link: https://lore.kernel.org/r/20231217082719.4747-1-mail@renenyffenegger.ch Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 408201e commit 4f3f263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Generate tags or cscope files
44
# Usage tags.sh <mode>
55
#
6-
# mode may be any of: tags, TAGS, cscope
6+
# mode may be any of: tags, gtags, TAGS, cscope
77
#
88
# Uses the following environment variables:
99
# SUBARCH, SRCARCH, srctree

0 commit comments

Comments
 (0)