mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 13:30:31 +00:00
Base: Update synopsis of grep(1) and tr(1) manpages as well
This commit is contained in:
parent
2a04f1fa80
commit
81786f6abe
Notes:
sideshowbarker
2024-07-18 01:13:55 +09:00
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…
Reference in a new issue