Skip to content

Commit

Permalink
Fix typo in command line help output
Browse files Browse the repository at this point in the history
Also fix the block quote in the README to use a format and correctly render the
first line of output.
  • Loading branch information
mcdonnnj committed Apr 5, 2021
1 parent 52d32ef commit 9098697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/cisagov/vpn-config-gen.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/vpn-config-gen/context:python)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/vpn-config-gen/develop/badge.svg)](https://snyk.io/test/github/cisagov/vpn-config-gen)

```Update the routes of an OpenVPN configuration.
```console
Update the routes of an OpenVPN configuration.

There are certian internet services that filter access based on egress.
There are certain internet services that filter access based on egress.
This tool will update the routes of an OpenVPN configuration file to include
the latest routes for those IP addresses.

Expand Down
2 changes: 1 addition & 1 deletion src/vpnconf/vpnconf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Update the routes of an OpenVPN configuration.
There are certian internet services that filter access based on egress.
There are certain internet services that filter access based on egress.
This tool will update the routes of an OpenVPN configuration file to include
the latest routes for those IP addresses.
Expand Down

0 comments on commit 9098697

Please sign in to comment.