aboutsummaryrefslogtreecommitdiff
path: root/src/app/main/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-14 19:55:35 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-14 19:55:35 -0400
commit0c451b31d2694c96ec20145e3b0e9b22cd54819d (patch)
treecc86a84ffc04f88dc5f9374772af29ff026bb21e /src/app/main/main.c
parent1b16fcb70cb9507184fe7316396c93c1daa12674 (diff)
downloadtor-0c451b31d2694c96ec20145e3b0e9b22cd54819d.tar.gz
tor-0c451b31d2694c96ec20145e3b0e9b22cd54819d.zip
Make --list-modules imply --hush
Diffstat (limited to 'src/app/main/main.c')
-rw-r--r--src/app/main/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c
index c45c87d8d2..67f2181cd5 100644
--- a/src/app/main/main.c
+++ b/src/app/main/main.c
@@ -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)