diff options
author | default <nobody@localhost> | 2022-10-04 18:58:58 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-04 18:58:58 +0200 |
commit | cea390bdabd65408baf6e46964ca7aaad5727f49 (patch) | |
tree | 9bbd37dc5c1ea1cf1304c7f63c68cd3fad556689 /doc | |
parent | 37e3a6474568721a1b8dc054c8fac5f45555762c (diff) |
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snac.1 | 5 | ||||
-rw-r--r-- | doc/snac.5 | 3 |
2 files changed, 4 insertions, 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 |