add add-user command to help text

Sat, 12 Oct 2019 08:51:31 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 12 Oct 2019 08:51:31 +0200
changeset 652
5162c1334c43
parent 651
6d1d569068bf
child 653
f503c272bd70

add add-user command to help text

dav/main.c file | annotate | diff | comparison | revisions
--- a/dav/main.c	Sat Oct 12 08:48:35 2019 +0200
+++ b/dav/main.c	Sat Oct 12 08:51:31 2019 +0200
@@ -296,6 +296,7 @@
     fprintf(stderr, "        versioncontrol list-versions checkout checkin uncheckout\n\n");
     fprintf(stderr, "Config commands:\n");
     fprintf(stderr, "        add-repository remove-repository list-repositories repository-url\n");
+    fprintf(stderr, "        add-user\n");
     fprintf(stderr, "        check-config\n");
     fprintf(stderr, "\n");
     fprintf(stderr,

mercurial