From f197919acbf73fe3fd875c2e13975892e60de3e5 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 10 Nov 2022 22:50:58 +0100 Subject: [PATCH] Some adduser message rewording. --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 3031b83..d53a880 100644 --- a/utils.c +++ b/utils.c @@ -289,7 +289,7 @@ int adduser(char *uid) printf("\nUser password is %s\n", pwd); - printf("\nGo to %s/%s and keep configuring your user.\n", srv_baseurl, uid); + printf("\nGo to %s/%s and continue configuring your user there.\n", srv_baseurl, uid); return 0; }