summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/_posts/adding_a_user_in_arch_linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_posts/adding_a_user_in_arch_linux.md b/source/_posts/adding_a_user_in_arch_linux.md
index 117ff50..451565c 100644
--- a/source/_posts/adding_a_user_in_arch_linux.md
+++ b/source/_posts/adding_a_user_in_arch_linux.md
@@ -24,7 +24,7 @@ This creates a new account for me and also ensures that a home directory is crea
The new account will require a password so assign one with the *passwd* command.
```shell
-$ passwd
+$ passwd david
New password:
Retype new password: