diff options
author | default <nobody@localhost> | 2022-12-04 21:30:14 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-04 21:30:14 +0100 |
commit | 32d9f0f870e440813feed55117b0eb449dde20b4 (patch) | |
tree | e6acb059256679bf4aa821440e6d8ac51a4168c9 /doc | |
parent | 48ebc54b6eabf16fb5ab34618eb4b4de4f8b5fd7 (diff) |
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snac.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -150,6 +150,8 @@ Upgrades the data storage after installing a new version. Only necessary if .Nm complains and demands it. +.It Cm httpd Ar basedir +Starts the daemon. .It Cm purge Ar basedir Purges old data from the timeline of all users. .It Cm adduser Ar basedir Op uid @@ -160,8 +162,8 @@ the server is installed in the user's .Pa static/ directory. -.It Cm httpd Ar basedir -Starts the daemon. +.It Cm resetpwd Ar basedir Ar uid +Resets a user's password to a new, random one. .It Cm queue Ar basedir Ar uid Processes the output queue of the specied user, sending all enqueued messages and re-enqueing the failing ones. This command |