1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:57:36 +00:00

Base: Update synopsis of grep(1) and tr(1) manpages as well

This commit is contained in:
Linus Groh 2021-11-12 21:59:25 +00:00
parent 2a04f1fa80
commit 81786f6abe
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ tr
## Synopsis
```sh
$ tr [--complement] [--delete] <from> [to]
$ tr [--complement] [--delete] [--squeeze-repeats] <from> [to]
```
## Options: