aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-16 01:59:17 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-16 01:59:17 +0100
commitfa474603ccaa1a50d258b82ee51e2bc9275ba8b9 (patch)
tree788568ef5332fdbf7f2f0e61cdcc737ee65221d0
parentaefd6c6fdaff9dd43369a93d7c91246accf34164 (diff)
auth.c: Add friendly reminder
-rw-r--r--auth.c3
1 files changed, 2 insertions, 1 deletions
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: