1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00

su: Correct brackets in documentation for the user option

The `<brackets>` syntax usually suggests a required option, while the
`[brackets]` syntax an optional one. `user` is an optional argument.
This commit is contained in:
Karol Baraniecki 2023-02-12 18:43:07 +01:00 committed by Sam Atkins
parent 3c04d22e38
commit 040012a196

View file

@ -5,7 +5,7 @@ su - switch to another user
## Synopsis
```sh
$ su [-] <user>
$ su [-] [user]
```
## Description