aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@noreply.codeberg.org>2025-09-03 17:51:31 +0200
committergrunfink <grunfink@noreply.codeberg.org>2025-09-03 17:51:31 +0200
commitb203eb3703ce823839aabc8aed6b631804da8e4b (patch)
tree08e09ae136e09304eccd17662a06e95372dbb453 /main.c
parentd23fc31ba9c58e81d872d283ccdd1228865378b2 (diff)
parent9060ccd8e7826d384211552e4d5c5597ca97dc43 (diff)
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index e01b6a2..b855e06 100644
--- a/main.c
+++ b/main.c
@@ -30,6 +30,7 @@ int usage(const char *cmd)
"upgrade {basedir} Upgrade to a new version\n"
"adduser {basedir} [{uid}] Adds a new user\n"
"deluser {basedir} {uid} Deletes a user\n"
+ "update {basedir} {uid} Sends a user's updated profile\n"
"httpd {basedir} Starts the HTTPD daemon\n"
"purge {basedir} Purges old data\n"
"state {basedir} Prints server state\n"