mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:17:34 +00:00
Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
This commit is contained in:
parent
37bbd20cee
commit
8f253a745e
28 changed files with 89 additions and 15 deletions
|
@ -15,9 +15,10 @@ aggregated error code.
|
|||
|
||||
## Options
|
||||
|
||||
* '-n': Interval between executions, in seconds. By default, the program is run every 2 seconds.
|
||||
* '-t': Don't print the title bar.
|
||||
* '-b': Beep each time the command exits with a non-zero status
|
||||
* `-n seconds`: Interval between executions, in seconds. By default, the program is run every 2 seconds.
|
||||
* `-t`, `--no-title`: Don't print the title bar.
|
||||
* `-b`, `--beep`: Beep each time the command exits with a non-zero status.
|
||||
* `-f file`, `--file file`: Run command whenever this file changes. Can be used multiple times.
|
||||
|
||||
## Exit Values
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue