-b Boot mode
[svn/Prometheus-QoS/.git] / help.c
diff --git a/help.c b/help.c
index af7368fa01a10e0dd027d4b5b8c0910ba850ac32..049b156063a5773ba0dab8d420f53d081e372b47 100644 (file)
--- a/help.c
+++ b/help.c
@@ -1,4 +1,4 @@
-/* Modified by: xChaos, 20130114 */
+/* Modified by: xChaos, 20231028 */
 
 #include "cll1-0.6.2.h"
 
@@ -9,6 +9,7 @@ void help(void)
  puts("Command line switches:\n\
 \n\
 -d   Dry run (preview tc and iptables commands on stdout)\n\
+-b   Boot run (no to gather and write data transfer statistics)\n\
 -r   Run (reset all statistics and start shaping - daily usage)\n\
 -p   just generate Preview of data transfer statistics and exit (after -r)\n\
 -s   Start shaping FUP limits (keeps data transfer stat like -p) (after -r)\n\
@@ -24,6 +25,7 @@ void help(void)
 -l Mmm YYYY  generate HTML summary of Logged traffic (Mmm=Jan-Dec) (and exit)\n\
 -m           generate HTML summary of traffic for yesterday's Month (and exit)\n\
 -y           generate HTML summary of traffic for yesterday's Year (and exit)\n\
+-a           analyse network topology (agregation statistics, using traceroute)\n\
 -? --help    show this help scree (and exit)\n\
 -v --version show Version number of this utility (and exit)\n");
 }
This page took 0.138801 seconds and 4 git commands to generate.