commit 370ea8d23b05fbf725f1474ed734233c3a7197e4
parent dd537ba35fbb22efb8c6ed0d6b623269531d7900
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 14 May 2019 19:55:51 -0400
Merge branch 'ticket30452_035_v3' into ticket30452_041_v3
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/app/main/main.c b/src/app/main/main.c
@@ -561,6 +561,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)