mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Some adduser message rewording.
This commit is contained in:
parent
ec2d6bc4a4
commit
f197919acb
1 changed files with 1 additions and 1 deletions
2
utils.c
2
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue