mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +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
|
## Name
|
||||||
|
|
||||||
usermod
|
usermod - modify a user account
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@ $ usermod [--uid uid] [--gid gid] [--lock] [--unlock] [--home new-home] [--move]
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Modify a user account
|
This program modifies an existing user account.
|
||||||
|
This program must be run as root.
|
||||||
|
|
||||||
## Options:
|
## Options:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue