<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/defaults.c">
<Name>LQT_PrintDefaultUsage</Name>
<Class>Database/Defaults
<Purpose>
Prints to stderr a usage message that describes command-line options
specific to (and interpreted by) liblqtext.
You should call this if an unknown command-line option was found,
other than -z or -Z.
<Notes>
This routine will change in the next release, with an entirely
new argument processing mechanism.
<SeeAlso>
LQT_InitFromArgv
</Function>
<Decl>
API void
LQT_PrintDefaultUsage(Options)
    t_lqdbOptions *Options;
</Decl>
</Entry>
