1=
"""gen_db [assimp_binary] [-i=...] [-e=...] [-p] [-n]
3The assimp_cmd (or assimp) binary to use is specified by the first
4command line argument and defaults to ``assimp``.
6To build, set ``ASSIMP_BUILD_ASSIMP_TOOLS=ON`` in CMake. If generating
7configs for an IDE, make sure to build the assimp_cmd project.
9-i,--include: List of file extensions to update dumps for. If omitted,
10 all file extensions are updated except those
in `exclude`.
15-e,--exclude: Merged
with settings.exclude_extensions to produce a
16 list of all file extensions to ignore. If dumps exist,
17 they are
not altered. If
not, theu are
not created.
19-p,--preview: Preview list of file extensions touched by the update.
20 Dont
' change anything.
22-n,--nozip: Don't pack to ZIP archive. Keep all dumps in individual files.