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.
77 lines
2.5 KiB
XML
77 lines
2.5 KiB
XML
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<seiscomp>
|
||
|
<module name="scevtls" category="Utilities">
|
||
|
<description>List event IDs from database.</description>
|
||
|
<command-line>
|
||
|
<synopsis>
|
||
|
scevtls [options]
|
||
|
</synopsis>
|
||
|
<group name="Generic">
|
||
|
<optionReference>generic#help</optionReference>
|
||
|
<optionReference>generic#version</optionReference>
|
||
|
<optionReference>generic#config-file</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#db-disable</optionReference>
|
||
|
</group>
|
||
|
|
||
|
<group name="Events">
|
||
|
<option long-flag="begin" argument="time">
|
||
|
<description>
|
||
|
Specify the lower bound of the time interval. Format is
|
||
|
"2012-01-01 00:00:00".
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="end" argument="time">
|
||
|
<description>
|
||
|
Specify the upper bound of the time interval. Format is
|
||
|
"2012-01-01 00:00:00".
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="hours" argument="arg">
|
||
|
<description>
|
||
|
Start searching given hours before now. If set, --begin and
|
||
|
--end are ignored.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="modified-after" argument="time">
|
||
|
<description>
|
||
|
Print IDs or events modified after the specified time.
|
||
|
</description>
|
||
|
</option>
|
||
|
</group>
|
||
|
|
||
|
<group name="Output">
|
||
|
<option long-flag="delimiter" flag="D" argument="string">
|
||
|
<description>
|
||
|
Specify the delimiter of the resulting event IDs.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="preferred-origin" flag="p" argument="">
|
||
|
<description>
|
||
|
Print the ID of the preferred origin along with the event
|
||
|
ID.
|
||
|
</description>
|
||
|
</option>
|
||
|
</group>
|
||
|
</command-line>
|
||
|
</module>
|
||
|
</seiscomp>
|