Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
- Monitor a remote instance:
`pw-top --remote {{remote_name}}`
`pw-top {{[-r|--remote]}} {{remote_name}}`
- Print information periodically instead of running in interactive mode:
`pw-top --batch-mode`
`pw-top {{[-b|--batch-mode]}}`
- Print information periodically for a specific number of times:
`pw-top --batch-mode --iterations {{3}}`
`pw-top {{[-b|--batch-mode]}} {{[-n|--iterations]}} {{3}}`