1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

glances: add option placeholders and exit key (#15963)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Managor 2025-03-26 02:29:30 +02:00 committed by GitHub
parent d9efa4897d
commit b8746a14e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,16 +9,24 @@
- Run in web server mode to show results in browser:
`glances -w`
`glances {{[-w|--webserver]}}`
- Run in server mode to allow connections from other Glances clients:
`glances -s`
`glances {{[-s|--server]}}`
- Connect to a Glances server:
`glances -c {{hostname}}`
`glances {{[-c|--client]}} {{hostname}}`
- Require a password in (web) server mode:
`glances -s --password`
`glances {{[-s|--server]}} --password`
- Exit Glances:
`<q>`
- Display help:
`glances {{[-h|--help]}}`