useradd, userdel, usermod: highlighting both long and short options (#14338)

This commit is contained in:
Jakub Boukal
2024-10-23 18:57:11 +02:00
committed by GitHub
parent 50c1dc45f5
commit 8fa01fd44d
3 changed files with 13 additions and 13 deletions

View File

@@ -10,8 +10,8 @@
- Remove a user in other root directory:
`sudo userdel --root {{path/to/other/root}} {{username}}`
`sudo userdel {{-R|--root}} {{path/to/other/root}} {{username}}`
- Remove a user along with the home directory and mail spool:
`sudo userdel --remove {{username}}`
`sudo userdel {{-r|--remove}} {{username}}`