summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Xavier Vello2025-09-03 14:48:37 +0200
committerGravatar Xavier Vello2025-09-03 14:48:37 +0200
commit9060ccd8e7826d384211552e4d5c5597ca97dc43 (patch)
tree08e09ae136e09304eccd17662a06e95372dbb453 /main.c
parentVersion 2.82 RELEASED. (diff)
downloadsnac2-9060ccd8e7826d384211552e4d5c5597ca97dc43.tar.gz
snac2-9060ccd8e7826d384211552e4d5c5597ca97dc43.tar.xz
snac2-9060ccd8e7826d384211552e4d5c5597ca97dc43.zip
Document the update command
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)
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"