mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
Base: Update synopsis of grep(1) and tr(1) manpages as well
This commit is contained in:
parent
2a04f1fa80
commit
81786f6abe
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ grep
|
|||
## Synopsis
|
||||
|
||||
```sh
|
||||
$ grep [--recursive] [--extended-regexp] [--regexp Pattern] [-i] [--line-numbers] [--invert-match] [--quiet] [--no-messages] [--binary-mode ] [--text] [-I] [--color WHEN] [file...]
|
||||
$ grep [--recursive] [--extended-regexp] [--regexp Pattern] [-i] [--line-numbers] [--invert-match] [--quiet] [--no-messages] [--binary-mode ] [--text] [-I] [--color WHEN] [--count] [file...]
|
||||
```
|
||||
|
||||
## Options:
|
||||
|
|
|
@ -5,7 +5,7 @@ tr
|
|||
## Synopsis
|
||||
|
||||
```sh
|
||||
$ tr [--complement] [--delete] <from> [to]
|
||||
$ tr [--complement] [--delete] [--squeeze-repeats] <from> [to]
|
||||
```
|
||||
|
||||
## Options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue