summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorKyle Anthony Williams <kyle.anthony.williams2@gmail.com>2022-02-01 14:59:38 -0500
committerAndreas Kling <kling@serenityos.org>2022-02-28 14:01:41 +0100
commita732d26a7b8d54640033710f394c574aa80d5f3f (patch)
tree1621f894db39b30d0993840ea10e6d78dd4e3c0c /Base/usr
parent0abdecf2b6bfb5e16df37ebbd41a4a9fb42be79f (diff)
downloadserenity-a732d26a7b8d54640033710f394c574aa80d5f3f.zip
Base: Add gist to and modify description of usermod man page
This patch brings the man page usermod into line with its siblings useradd and usermod.
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man8/usermod.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Base/usr/share/man/man8/usermod.md b/Base/usr/share/man/man8/usermod.md
index 614281c106..10b20fe051 100644
--- a/Base/usr/share/man/man8/usermod.md
+++ b/Base/usr/share/man/man8/usermod.md
@@ -1,6 +1,6 @@
## Name
-usermod
+usermod - modify a user account
## Synopsis
@@ -10,7 +10,8 @@ $ usermod [--uid uid] [--gid gid] [--lock] [--unlock] [--home new-home] [--move]
## Description
-Modify a user account
+This program modifies an existing user account.
+This program must be run as root.
## Options: