1# This script updates the valid usage IDs in the specification
2# AsciiDoctor files. If a valid usage entry already contains
3# an ID, it skips that entry. If it does not contain an ID,
4# it will generate a new one.
5python3 reflow.py -overwrite -noflow -tagvu
6
7