Add silent flag to reduce output (#67)

This commit is contained in:
Wayback Archiver
2023-05-20 22:47:19 +00:00
committed by GitHub
parent 6fcd53d2a0
commit 30d2697f03
4 changed files with 15 additions and 5 deletions

View File

@@ -34,8 +34,8 @@ anything.
```
```
usage: wireproxy [-h|--help] -c|--config "<value>" [-d|--daemon]
[-n|--configtest]
usage: wireproxy [-h|--help] [-c|--config "<value>"] [-s|--silent]
[-d|--daemon] [-v|--version] [-n|--configtest]
Userspace wireguard client for proxying
@@ -43,7 +43,9 @@ Arguments:
-h --help Print help information
-c --config Path of configuration file
-s --silent Silent mode
-d --daemon Make wireproxy run in background
-v --version Print version
-n --configtest Configtest mode. Only check the configuration file for
validity.
```