From: xchaos Date: Sun, 13 Jan 2019 23:16:14 +0000 (+0000) Subject: preparing -x switch (documentation) X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=commitdiff_plain;h=1b14a1b4632d998d6c76f052ef0936dc207e80ea preparing -x switch (documentation) git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@268 251d49ef-1d17-4917-a970-b30cf55b089b --- diff --git a/help.c b/help.c index 868f0e6..89f9550 100644 --- a/help.c +++ b/help.c @@ -12,6 +12,7 @@ void help(void) -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\ +-x miX new address added to configuration after startup (after -r)\n\ -q Quit shaping FUP limits (keeps data transfer stat like -p) (after -r)\n\ -2 Reduce HTB ceil (min+(max-min)/2 + keep stats like -p) (after -r)\n\ -4 Reduce HTB ceil (min+(max-min)/4 + keep stats like -p) (after -r)\n\ diff --git a/prometheus.c b/prometheus.c index 7adff3c..236e4ab 100644 --- a/prometheus.c +++ b/prometheus.c @@ -29,7 +29,7 @@ #include "cll1-0.6.2.h" #include "ipstruct.h" -const char *version = "0.9.0-b"; +const char *version = "0.9.1"; /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ /* Versions: 0.9.0 is development release, 1.0 will be "stable" */