Skip to content

Commit

Permalink
Update usage documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jun 22, 2023
1 parent 540202c commit 32b87b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ This tool will update the routes of an OpenVPN configuration file to include
the latest routes for those IP addresses.

Usage:
vpnconf [--log-level=LEVEL] [--in-place] <filename>
vpnconf [--log-level=LEVEL] [--in-place] [--no-ipv4 | --no-ipv6] [-e FILES...] <filename>
vpnconf (-h | --help)

Options:
-h --help Show this message.
-e FILES --extra-routes=FILES Additional files containing hostnames or CIDRs.
-i --in-place Update file in place.
--no-ipv4 Exclude IPv4 addresses from the output.
--no-ipv6 Exclude IPv6 addresses from the output.
--log-level=LEVEL If specified, then the log level will be set to
the specified value. Valid values are "debug", "info",
"warning", "error", and "critical". [default: warning]
Expand Down

0 comments on commit 32b87b9

Please sign in to comment.