aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: