pull/1/head
vasyahacker 2023-04-01 12:18:11 +04:00
parent ca8e5c1a5a
commit f3aaa8ce7d
2 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,6 @@
.TH idecctl 1 "March 12, 2023" "version 0.0.1" "OpenIDEC"
.SH NAME
idecctl
idecctl - idec db tool
.SH SYNOPSIS
.B idecctl
[options] command [arguments]

View File

@ -1,29 +1,38 @@
.TH idecd 1 "March 12, 2023" "version 0.0.1" "OpenIDEC"
.TH IDECD 1 "March 12, 2023" "version 0.0.1" "OpenIDEC"
.SH NAME
idecd - is idec node
idecd - ii/idec node
.SH SYNOPSIS
.B idecd
[options]
.SH DESCRIPTION
For run ii/idec node.
ii/idec node
.SH OPTIONS
.TP
-L
Listen address, default is :8080
.TP
-db <path>
-db db/filename
Database, "db" by default
.TP
-e list
-e path
Echos list file. This file needs only for descriptions and must be in list.txt format, where 2nd colum is ignored. When this file is exists, points can not create they own echos. (list.txt by default)
.TP
-host <string>
-host url
Host string for node. (http://127.0.0.1:8080 by default)
.TP
-noreg
Disable new users registration
.TP
-style path
Path to /style web-directory (css/images) (default "./style")
.TP
-sys "name"
Node name. "OpenIDEC" by default
.TP
-u <points>
-tpl path
Path to html templates (default "./tpl")
.TP
-u points/filename
Points file. "points.txt" by default.
.TP
-v