mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 00:09:44 +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
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/karolba
Commit: 040012a196
Pull-request: https://github.com/SerenityOS/serenity/pull/17347
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/Popaulol ✅
Reviewed-by: https://github.com/kleinesfilmroellchen
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