瀏覽代碼

Make --list-modules imply --hush

Nick Mathewson 5 年之前
父節點
當前提交
0c451b31d2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app/main/main.c

+ 1 - 0
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)