diff options
author | default <nobody@localhost> | 2022-11-10 22:50:58 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-10 22:50:58 +0100 |
commit | f197919acbf73fe3fd875c2e13975892e60de3e5 (patch) | |
tree | 56a62759d92a9f5c0ff50fc3691d9ec2720676a0 /utils.c | |
parent | ec2d6bc4a485e2b928ca626a56662de5f8603766 (diff) |
Some adduser message rewording.
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; } |