remove strange hex chars in docstring (probably an artifact from copy&paste)

This commit is contained in:
Tino Lange
2020-04-16 16:04:25 +02:00
parent 7d478c0e34
commit a4db9833a1
+2 -2
View File
@@ -607,8 +607,8 @@ def okta_saml_2(conf, s, gateway, saml_xml):
def main():
parser = argparse.ArgumentParser(description="""
This is an OpenConnect wrapper script that automates connecting to a
PaloAlto Networks GlobalProtect VPN using Okta 2FA.""")
This is an OpenConnect wrapper script that automates connecting to a
PaloAlto Networks GlobalProtect VPN using Okta 2FA.""")
parser.add_argument('conf_file',
help='e.g. ~/.config/gp-okta.conf')