1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.\" It was generated by help2man 1.37.1. and editted.
.TH scim-config-agent "1" "June 2010" "scim: 1.4.9" "scim manuals"
.SH NAME
scim-config-agent \- configuration manager for scim
.SH SYNOPSIS
.B scim-config-agent
\fI<option>\fR...
.SH DESCRIPTION
.SS "The options are:"
.TP
\fB\-g\fR, \fB\-\-get\fR key
Get the value of this key.
.TP
\fB\-s\fR, \fB\-\-set\fR key=value
Set the value of this key.
.TP
\fB\-d\fR, \fB\-\-del\fR key
Delete the key and its data
from user config file.
.TP
\fB\-t\fR, \fB\-\-type\fR type
The key value type, valid types are:
string, int, double, bool, string\-list,
int\-list. The default type is string.
.TP
\fB\-c\fR, \fB\-\-config\fR name
Use specified Config module,
use simple module by default.
Use "global" instead of a real config module name,
if you want to access the global configuration file.
(Normally they are /etc/scim/global and ~/.scim/global).
.TP
\fB\-\-reload\fR
Force the running scim to reload configuration.
.TP
\fB\-\-display\fR display
The display which scim Panel is running on,
it's only useful when \fB\-\-reload\fR is used.
.TP
\fB\-h\fR, \fB\-\-help\fR
Show this help.
|