From fa474603ccaa1a50d258b82ee51e2bc9275ba8b9 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 16 Mar 2023 01:59:17 +0100 Subject: auth.c: Add friendly reminder --- auth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth.c b/auth.c index 64e9a26..5ea6a3b 100644 --- a/auth.c +++ b/auth.c @@ -476,7 +476,8 @@ static int create_db(const char *const path) a.p = ((const char *)a.p) + n; } - printf("Created login database at %s\n", path); + printf("Created login database at %s. Please remember to add new users " + "with usergen(1).\n", path); ret = 0; end: -- cgit v1.2.3