Skip to content

Commit

Permalink
cyr_dbtool: document flags
Browse files Browse the repository at this point in the history
Signed-off-by: Rob N ★ <robn@despairlabs.com>
  • Loading branch information
robn committed Sep 6, 2021
1 parent 571fa0f commit 902d35a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imap/cyr_dbtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ int main(int argc, char *argv[])

fprintf(stderr, "\n");
fprintf(stderr, "\n");
fprintf(stderr, "Options:\n");
fprintf(stderr, " -c convert database to named backend if not already\n");
fprintf(stderr, " -M use \"improved_mboxlist_sort\" order\n");
fprintf(stderr, " -n create the database if it doesn't exist\n");
fprintf(stderr, "\n");
fprintf(stderr, "Actions:\n");
fprintf(stderr, "* show [<prefix>]\n");
fprintf(stderr, "* get <key>\n");
Expand Down

0 comments on commit 902d35a

Please sign in to comment.