diff options
author | Karol Baraniecki <karol@baraniecki.eu> | 2023-02-12 18:43:07 +0100 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2023-02-16 12:52:11 +0000 |
commit | 040012a196e4288cdb8fa097e9be397662eb8795 (patch) | |
tree | 7e029f5e7eb65829bf2525bee99f7b234abf187c /Base/usr | |
parent | 3c04d22e387337fa2ab329644acf950e033e1ab0 (diff) | |
download | serenity-040012a196e4288cdb8fa097e9be397662eb8795.zip |
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.
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man1/su.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/su.md b/Base/usr/share/man/man1/su.md index 3cf14efe4f..7bf840b92d 100644 --- a/Base/usr/share/man/man1/su.md +++ b/Base/usr/share/man/man1/su.md @@ -5,7 +5,7 @@ su - switch to another user ## Synopsis ```sh -$ su [-] <user> +$ su [-] [user] ``` ## Description |