diff --git a/tools/update_compids.sh b/tools/update_compids.sh
index 38d1fff..95c961d 100755
--- a/tools/update_compids.sh
+++ b/tools/update_compids.sh
# some versions incorrectly convert it into "\xC2\xA0"
curl https://www.bluetooth.org/$path | iconv -c -f utf8 -t ascii | \
sed '/<input.*type="checkbox"/d; s/ / /g' | \
- html2text -ascii -o identifiers.txt >/dev/null
+ html2text -ascii -width 160 -o identifiers.txt >/dev/null
# Some versions of html2text do not replace & (e.g. Fedora)
sed -i 's/&/\&/g' identifiers.txt