diff options
| author | 2025-09-03 17:51:31 +0200 | |
|---|---|---|
| committer | 2025-09-03 17:51:31 +0200 | |
| commit | b203eb3703ce823839aabc8aed6b631804da8e4b (patch) | |
| tree | 08e09ae136e09304eccd17662a06e95372dbb453 /main.c | |
| parent | Version 2.82 RELEASED. (diff) | |
| parent | Document the update command (diff) | |
| download | snac2-b203eb3703ce823839aabc8aed6b631804da8e4b.tar.gz snac2-b203eb3703ce823839aabc8aed6b631804da8e4b.tar.xz snac2-b203eb3703ce823839aabc8aed6b631804da8e4b.zip | |
Merge pull request 'Document the update command' (#464) from xvello/snac2:update-doc into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/464
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -30,6 +30,7 @@ int usage(const char *cmd) | |||
| 30 | "upgrade {basedir} Upgrade to a new version\n" | 30 | "upgrade {basedir} Upgrade to a new version\n" |
| 31 | "adduser {basedir} [{uid}] Adds a new user\n" | 31 | "adduser {basedir} [{uid}] Adds a new user\n" |
| 32 | "deluser {basedir} {uid} Deletes a user\n" | 32 | "deluser {basedir} {uid} Deletes a user\n" |
| 33 | "update {basedir} {uid} Sends a user's updated profile\n" | ||
| 33 | "httpd {basedir} Starts the HTTPD daemon\n" | 34 | "httpd {basedir} Starts the HTTPD daemon\n" |
| 34 | "purge {basedir} Purges old data\n" | 35 | "purge {basedir} Purges old data\n" |
| 35 | "state {basedir} Prints server state\n" | 36 | "state {basedir} Prints server state\n" |