Skip to content
Extraits de code Groupes Projets
Vérifiée Valider b1d5e3c4 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

LKT: Update manpage with the new row_format option

parent 3b29ac7b
Branches
Étiquettes
1 requête de fusion!158Lkt output v2
......@@ -241,6 +241,23 @@ The port on which the \fBlektord\fP daemon is listening
\fBpwd\fP
The password to use for commands that require authentification. This is the
case of most of the \fIadmin\fP commands
.TP
\fBrow_format\fP
The way of formating the rows, can be \fIoneline\fP, \fIpretty\fP or
\fIauto\fP. For small screens (compile time option), the \fIauto\fP option will
set the variable to \fIpretty\fP, \fIoneline\fP otherwise. The default is
\fIauto\fP. Here is an example of differences between the two formats:
.sp
.RS 4
.nf
$ lkt row_format=oneline queue 1
181: 6923 vo - en / Hellsing Ultimate - ED7 - Shintou Shite [Geralt]
$ lkt row_format=pretty queue 1
181: 6923 vo - en by Geralt
Hellsing Ultimate - ED7 - Shintou Shite
.P
.RE
.PP
......@@ -309,7 +326,7 @@ Valid invocations of the \fBlkt\fP command are the following:
.PD 0
.TP
.PD
\fBlkt host=sakura port=6601 pwd=toto admin restart\fP
\fBlkt host=sakura port=6601 pwd=toto row_printer=auto admin restart\fP
Restart the lektord daemon on the \fIsakura\fP PC. This daemon is listening on
the port \fI6601\fP and the password of the admin user is \fItoto\fP
.TP
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter