summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-04-29 10:01:44 +0200
committernicolargo <nicolas@nicolargo.com>2023-04-29 10:01:44 +0200
commit25efd909240398aaa9837f2bfad7a581b1cffef7 (patch)
treeba9231576c1187f2a184702b4dca1118cfd56c9c /Makefile
parentd24fff53a67325d2c465c4c547697fac3edc73b6 (diff)
Correct typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec39bbb1..4d3abb66 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,9 @@ run-client: ## Start Glances in client mode (RPC)
run-browser: ## Start Glances in browser mode (RPC)
./venv/bin/python -m glances -C ./conf/glances.conf --browser
+run-issue: ## Start Glances in issue mode
+ ./venv/bin/python -m glances -C ./conf/glances.conf --issue
+
show-version: ## Show Glances version number
./venv/bin/python -m glances -C ./conf/glances.conf -V