[tor-commits] [sbws/master] generate: Include in help torflow's scaling method

juga at torproject.org juga at torproject.org
Wed Nov 21 14:24:05 UTC 2018


commit f72f255f6ee712e5b37e5830b7468506f75ca341
Author: juga0 <juga at riseup.net>
Date:   Mon Nov 19 18:35:10 2018 +0000

    generate: Include in help torflow's scaling method
---
 sbws/core/generate.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sbws/core/generate.py b/sbws/core/generate.py
index 42e081a..f9b46cb 100644
--- a/sbws/core/generate.py
+++ b/sbws/core/generate.py
@@ -22,7 +22,9 @@ def gen_parser(sub):
         '(latest.v3bw is an atomically created symlink in the same '\
         'directory as output.) '\
         'If the file is transferred to another host, it should be written to '\
-        'a temporary path, then renamed to the V3BandwidthsFile path.'
+        'a temporary path, then renamed to the V3BandwidthsFile path.\n'\
+        'The default scaling method is torflow\'s one. To use different'\
+        'scaling methods or no scaling, see the options.'
     p = sub.add_parser('generate', description=d,
                        formatter_class=ArgumentDefaultsHelpFormatter)
     p.add_argument('--output', default=None, type=str,





More information about the tor-commits mailing list