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:
parent
3c04d22e38
commit
040012a196
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ su - switch to another user
|
|||
## Synopsis
|
||||
|
||||
```sh
|
||||
$ su [-] <user>
|
||||
$ su [-] [user]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue