]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make --list-modules imply --hush
authorNick Mathewson <nickm@torproject.org>
Tue, 14 May 2019 23:55:35 +0000 (19:55 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 14 May 2019 23:55:35 +0000 (19:55 -0400)
src/app/main/main.c

index c45c87d8d26ad27bf6ad2e2068794e26c82e4ca3..67f2181cd5c0ac0b77e23388afc2bca405c70150 100644 (file)
@@ -577,6 +577,7 @@ tor_init(int argc, char *argv[])
       if (!strcmp(cl->key, "--version") || !strcmp(cl->key, "--digests") ||
           !strcmp(cl->key, "--list-torrc-options") ||
           !strcmp(cl->key, "--library-versions") ||
+          !strcmp(cl->key, "--list-modules") ||
           !strcmp(cl->key, "--hash-password") ||
           !strcmp(cl->key, "-h") || !strcmp(cl->key, "--help")) {
         if (quiet < 1)