Skip to content

Commit

Permalink
Merge pull request #3647 from robn/dbtool-document-flags
Browse files Browse the repository at this point in the history
cyr_dbtool: document flags
  • Loading branch information
elliefm authored Sep 16, 2024
2 parents 54fc311 + 502f786 commit fb1d371
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 @@ -327,6 +327,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 fb1d371

Please sign in to comment.