1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 06:14:58 +00:00
serenity/Base/usr/share/man/man1/passwd.md
Tim Ledbetter a5b9fb28c2 Base: Remove trailing colons from man page headings
Most man pages don't have these, so removing them where they do exist
makes things more consistent.
2023-04-01 11:49:57 +01:00

25 lines
335 B
Markdown

## Name
passwd
## Synopsis
```sh
$ passwd [--delete] [--lock] [--unlock] [username]
```
## Description
Modify an account password.
## Options
* `-d`, `--delete`: Delete password
* `-l`, `--lock`: Lock password
* `-u`, `--unlock`: Unlock password
## Arguments
* `username`: Username
<!-- Auto-generated through ArgsParser -->