snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit f197919acbf73fe3fd875c2e13975892e60de3e5
parent ec2d6bc4a485e2b928ca626a56662de5f8603766
Author: default <nobody@localhost>
Date:   Thu, 10 Nov 2022 22:50:58 +0100

Some adduser message rewording.

Diffstat:
Mutils.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }