[gdb/contrib] Add -c option to words.sh script
authorTom de Vries <tdevries@suse.de>
Mon, 25 Nov 2019 22:00:03 +0000 (23:00 +0100)
committerTom de Vries <tdevries@suse.de>
Mon, 25 Nov 2019 22:00:03 +0000 (23:00 +0100)
commit3cf2f2377e460608b94a8ba5c3f23c7e4b2dc232
tree610a000a024e7a3601004d7ab6d704b663164fb4
parent5b89c67adb1c6340db2f5afa5030f2bea7c583f4
[gdb/contrib] Add -c option to words.sh script

The words.sh script in its current form extracts c comments from files, which
it then transforms into a list of words.

To use the script on the documentation (as I did for commit 6b92c0d3533
"[gdb/doc] Fix typos"), I needed to disable the "extract c comments" part.

Add an option -c that enables extracting c comments, and is off by default.

gdb/ChangeLog:

2019-11-25  Tom de Vries  <tdevries@suse.de>

* contrib/words.sh: Add -c option.

Change-Id: Ifa34d435b3c41b3ff845dc07ae4b0d9f02d92a2d
gdb/ChangeLog
gdb/contrib/words.sh