summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2013-11-16 12:01:02 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2013-11-16 12:01:02 +0100
commita830b0d6edd9332b35134e0eae1099e650bd4de3 (patch)
tree9778377d0acfcbe1a1dca2ddf5cdb0e9efb682a2
parent2316d8ebf43847dc284720e2b41eede3699e2f5a (diff)
Add the --password tag
-rw-r--r--NEWS7
-rw-r--r--docs/glances-doc.rst41
2 files changed, 28 insertions, 20 deletions
diff --git a/NEWS b/NEWS
index d8a1c57d..3c17fcd7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.7.3
+=============
+
+ * Add --password argument to enter the client/server password from the prompt
+ * Fix an issue with the configuration file path
+ * ...
+
Version 1.7.2
=============
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index bfb62e37..b57e0d5a 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -78,26 +78,27 @@ Command reference
Command-line options
--------------------
--b Display network rate in Byte per second (default: bit per second)
--B IP Bind server to the given IPv4/IPv6 address or hostname
--c IP Connect to a Glances server by IPv4/IPv6 address or hostname
--C file Path to the configuration file
--d Disable disk I/O module
--e Enable sensors module (requires pysensors, Linux-only)
--f file Set the HTML output folder or CSV file
--h Display the help and exit
--m Disable mount module
--n Disable network module
--o output Define additional output (available: HTML or CSV)
--p PORT Define the client/server TCP port (default: 61209)
--P password Define a client/server password
--r Disable process list (for low CPU consumption)
--s Run Glances in server mode
--t seconds Set refresh time in seconds (default: 3 sec)
--v Display the version and exit
--y Enable hddtemp module (requires hddtemp)
--z Do not use the bold color attribute
--1 Start Glances in per-CPU mode
+-b Display network rate in Byte per second (default: bit per second)
+-B IP Bind server to the given IPv4/IPv6 address or hostname
+-c IP Connect to a Glances server by IPv4/IPv6 address or hostname
+-C file Path to the configuration file
+-d Disable disk I/O module
+-e Enable sensors module (requires pysensors, Linux-only)
+-f file Set the HTML output folder or CSV file
+-h Display the help and exit
+-m Disable mount module
+-n Disable network module
+-o output Define additional output (available: HTML or CSV)
+-p PORT Define the client/server TCP port (default: 61209)
+-P password Define the client/server password
+or --password Define the client/server password from the prompt
+-r Disable process list (for low CPU consumption)
+-s Run Glances in server mode
+-t seconds Set refresh time in seconds (default: 3 sec)
+-v Display the version and exit
+-y Enable hddtemp module (requires hddtemp)
+-z Do not use the bold color attribute
+-1 Start Glances in per-CPU mode
Interactive commands
--------------------