Sat, 27 Feb 2016 19:46:14 +0100
fixed add-repository function name
dav/main.c | file | annotate | diff | comparison | revisions | |
dav/main.h | file | annotate | diff | comparison | revisions |
--- a/dav/main.c Sat Feb 27 19:39:55 2016 +0100 +++ b/dav/main.c Sat Feb 27 19:46:14 2016 +0100 @@ -1159,7 +1159,7 @@ /* ---------- config commands ---------- */ -int cmd_create_repository(CmdArgs *args) { +int cmd_add_repository(CmdArgs *args) { sstr_t line; printf("Each repository must have an unique name.\n");