summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
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)
289 289
290 printf("\nUser password is %s\n", pwd); 290 printf("\nUser password is %s\n", pwd);
291 291
292 printf("\nGo to %s/%s and keep configuring your user.\n", srv_baseurl, uid); 292 printf("\nGo to %s/%s and continue configuring your user there.\n", srv_baseurl, uid);
293 293
294 return 0; 294 return 0;
295} 295}