You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="scdumpcfg" category="Utilities">
<description>
Dump bindings or module configurations used by a specific module or global
for particular stations.
</description>
<command-line>
<synopsis>
scdumpcfg [options]
</synopsis>
<group name="Generic">
<optionReference>generic#help</optionReference>
<optionReference>generic#version</optionReference>
<optionReference>generic#config-file</optionReference>
<optionReference>generic#plugins</optionReference>
<optionReference>generic#daemon</optionReference>
<optionReference>generic#auto-shutdown</optionReference>
<optionReference>generic#shutdown-master-module</optionReference>
<optionReference>generic#shutdown-master-username</optionReference>
</group>
<group name="Verbosity">
<optionReference>verbosity#verbosity</optionReference>
<optionReference>verbosity#v</optionReference>
<optionReference>verbosity#quiet</optionReference>
<optionReference>verbosity#component</optionReference>
<optionReference>verbosity#syslog</optionReference>
<optionReference>verbosity#lockfile</optionReference>
<optionReference>verbosity#console</optionReference>
<optionReference>verbosity#debug</optionReference>
<optionReference>verbosity#log-file</optionReference>
</group>
<group name="Database">
<optionReference>database#db-driver-list</optionReference>
<optionReference>database#database</optionReference>
<optionReference>database#config-module</optionReference>
<optionReference>database#inventory-db</optionReference>
<optionReference>database#config-db</optionReference>
</group>
<group name="Dump">
<option flag="P" long-flag="param" argument="arg">
<description>
Specify parameter name to filter for.
</description>
</option>
<option flag="B" long-flag="bindings" argument="arg">
<description>
Dump bindings instead of module configuration.
</description>
</option>
<option flag="G" long-flag="allow-global" argument="arg">
<description>
Print global bindings if no module binding is avaible.
</description>
</option>
<option long-flag="cfg">
<description>
Print output in .cfg format.
</description>
</option>
</group>
</command-line>
</module>
</seiscomp>