.TH FREECIV 6 "October 29th 2022" .SH NAME freeciv-ruledit - Freeciv Ruleset Editor .SH SYNOPSIS .B freeciv-ruledit \ [ \-d|\-\-debug \fIlevel\fP ] \ [ \-F|\-\-Fatal [ \fIsignal_number\fP ] ] \ [ \-h|\-\-help ] \ [ \-r|\-\-ruleset \fIruleset\fP ] \ [ \-v|\-\-version ] .SH DESCRIPTION This tool can be used to edit freeciv rulesets. .SH OPTIONS All options have a short form (single hyphen and single letter) and a long form (double hyphen and a complete word); their effects are identical. .TP .BI "\-d \fIlevel\fP, \-\-debug \fIlevel\fP" Sets the amount of debugging information to be logged. Acceptable values for the \fIlevel\fP are: \fBfatal\fP for fatal messages only. \fBerror\fP for fatal and error messages. \fBwarning\fP for fatal, error and warning messages \fBnormal\fP for fatal, error, warning and normal messages (default). \fBverbose\fP for fatal, error, warning, normal, and verbose messages. .TP .BI "\-F [ \fIsignal_number\fP ], \-\-Fatal [ \fIsignal_number\fP ]" Raise a custom signal on failed assertion. If \fIsignal_number\fP is not specified, then the ABRT signal will be used. .TP .BI "\-h, \-\-help" Prints a short summary of the standard command line options. .TP .BI "\-r \fIruleset\fP, \-\-ruleset \fIruleset\fP" Load specified ruleset as the starting point to edit. .TP .BI "\-v, \-\-version" Prints the version number and exits. .SH "REPORTING BUGS" Report bugs at "https://redmine.freeciv.org/projects/freeciv" .SH "SEE ALSO" .IR freeciv-server (6) and the Client Manual at the Freeciv homepage.