summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonle <yonle@lecturify.net>2023-07-15 00:39:42 +0700
committerYonle <yonle@lecturify.net>2023-07-15 00:42:57 +0700
commit299886d8984686bb5f6c0e1135e191fcc9b63518 (patch)
tree9c77f37d5c62f7b2e95c970d8eaa5226323f0b12
parent1dc61ace13096738a0d1e34579aa823523ef7f4d (diff)
utils.c: "User id" does not need "\n".
Signed-off-by: Yonle <yonle@lecturify.net>
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 648f9bf..fc102e4 100644
--- a/utils.c
+++ b/utils.c
@@ -225,7 +225,7 @@ int adduser(const char *uid)
FILE *f;
if (uid == NULL) {
- printf("User id:\n");
+ printf("Username: ");
uid = xs_strip_i(xs_readline(stdin));
}