diff options
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |