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:
parent
0abdecf2b6
commit
a732d26a7b
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue