From b8746a14e7cb1a35612f940e4f914fca74d940b2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 26 Mar 2025 02:29:30 +0200 Subject: [PATCH] glances: add option placeholders and exit key (#15963) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/glances.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pages/common/glances.md b/pages/common/glances.md index 6e3a1d910b..2cc69874f0 100644 --- a/pages/common/glances.md +++ b/pages/common/glances.md @@ -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: + +`` + +- Display help: + +`glances {{[-h|--help]}}`