diff options
| author | default <nobody@localhost> | 2025-04-18 09:21:55 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-04-18 09:21:55 +0200 |
| commit | f8961e9590002263472c2e60132888e7ac23b3fa (patch) | |
| tree | 7da5305ac69d18814d8aaab2f1f7fd81fd999ec5 /main.c | |
| parent | 0263c87035712ff6bd7ef57354b6425803eefc1d (diff) | |
Minor tweak to usage help.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |