aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-04-18 09:21:55 +0200
committerdefault <nobody@localhost>2025-04-18 09:21:55 +0200
commitf8961e9590002263472c2e60132888e7ac23b3fa (patch)
tree7da5305ac69d18814d8aaab2f1f7fd81fd999ec5
parent0263c87035712ff6bd7ef57354b6425803eefc1d (diff)
Minor tweak to usage help.
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6cd1bc9..a6fb6fd 100644
--- a/main.c
+++ b/main.c
@@ -64,7 +64,7 @@ int usage(void)
printf("create_list {basedir} {uid} {name} Creates a new list\n");
printf("delete_list {basedir} {uid} {name} Deletes an existing list\n");
printf("list_add {basedir} {uid} {name} {acct} Adds an account (@user@host or actor url) to a list\n");
- printf("list_del {basedir} {uid} {name} {acct} Deletes an account (@user@host or actor url) from a list\n");
+ printf("list_del {basedir} {uid} {name} {actor} Deletes an actor URL from a list\n");
return 1;
}