mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:37:35 +00:00
Base: Add missing options to grep(1) and tr(1) manpages
This commit is contained in:
parent
c81cef614a
commit
2a04f1fa80
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ $ tr [--complement] [--delete] <from> [to]
|
|||
* `--version`: Print version
|
||||
* `-c`, `--complement`: Take the complement of the first set
|
||||
* `-d`, `--delete`: Delete characters instead of replacing
|
||||
* `-s`, `--squeeze-repeats`: Omit repeated characters listed in the 'to' set from the output
|
||||
|
||||
## Arguments:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue