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
Notes: sideshowbarker 2024-07-18 08:59:31 +09:00

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: