mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Make --list-modules imply --hush
This commit is contained in:
parent
1b16fcb70c
commit
0c451b31d2
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue