diff options
| author | grunfink <grunfink@comam.es> | 2025-06-15 09:46:15 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-06-15 09:46:15 +0200 |
| commit | 74084f3d9b6423bf29766b9648320fa7c8b62d16 (patch) | |
| tree | c9418571b95ee77c3aeb31dc0e1d5308eac53d38 | |
| parent | deb90ed0ac6dd5ccea4516b3988e16d95f9687b2 (diff) | |
Updated documentation.
| -rw-r--r-- | doc/snac.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -374,10 +374,10 @@ subdirectory of a user's directory inside the server base directory. Prints the name of the user created lists. .It Cm list_members Ar basedir Ar uid Ar name Prints the list of actors in the named list. -.It Cm create_list Ar basedir Ar uid Ar name +.It Cm list_create Ar basedir Ar uid Ar name Creates a new list. -.It Cm delete_list Ar basedir Ar uid Ar name -Deletes an existing list. +.It Cm list_remove Ar basedir Ar uid Ar name +Removes an existing list. .It Cm list_add Ar basedir Ar uid Ar name Ar account Adds an account (by its @name@host handle or actor URL) to a list. .It Cm list_del Ar basedir Ar uid Ar name Ar actor_url |