mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Updated documentation.
This commit is contained in:
parent
37e3a64745
commit
cea390bdab
2 changed files with 4 additions and 4 deletions
|
@ -137,9 +137,8 @@ Initializes the database. This is an interactive command; necessary
|
|||
information will be prompted for. The
|
||||
.Ar basedir
|
||||
directory must not exist.
|
||||
.It Cm purge Ar basedir Op uid
|
||||
Purges old data from the timeline of all users. If a user id is
|
||||
provided, only this user's timeline will be purged.
|
||||
.It Cm purge Ar basedir
|
||||
Purges old data from the timeline of all users.
|
||||
.It Cm adduser Ar basedir Op uid
|
||||
Adds a new user to the server. This is an interactive command;
|
||||
necessary information will be prompted for. Also, a copy of
|
||||
|
|
|
@ -61,7 +61,8 @@ Server configuration.
|
|||
.It Pa user/
|
||||
Directory holding user subdirectories.
|
||||
.It Pa archive/
|
||||
If this directory exists, all input and output messages are stored into.
|
||||
If this directory exists, all input and output messages are logged inside it,
|
||||
including HTTP headers. Only useful for debugging. May grow to enormous sizes.
|
||||
.El
|
||||
.Pp
|
||||
Each user directory is a subdirectory of
|
||||
|
|
Loading…
Reference in a new issue