commit f3aaa8ce7d6277afda711dfbd2abb04380c473da
parent ca8e5c1a5a33bddc1422a597a765688b8b453dfe
Author: vasyahacker <vasya@magicfreedom.com>
Date: Sat, 1 Apr 2023 12:18:11 +0400
man fix
Diffstat:
2 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/man/idecctl.1 b/man/idecctl.1
@@ -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]
diff --git a/man/idecd.1 b/man/idecd.1
@@ -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