1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00

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.
This commit is contained in:
Kyle Anthony Williams 2022-02-01 14:59:38 -05:00 committed by Andreas Kling
parent 0abdecf2b6
commit a732d26a7b

View file

@ -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: