Skip to content

Commit 31e54e6

Browse files
authored
Update crypto-to-custom.py
1 parent 7648feb commit 31e54e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/client/crypto-to-custom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
-vn VERSION_NAME, --version-name VERSION_NAME
6969
Version Name
7070
-nv, --no-verify Disable TLS certificate verification
71-
--reset Undo the changes made by thjis script
71+
--reset Undo the changes made by this script
7272
7373
7474
'''
@@ -113,7 +113,7 @@ def parse_command_args():
113113
parser.add_argument("-pn", "--project-name", required=True, help="Project Name")
114114
parser.add_argument("-vn", "--version-name", required=True, help="Version Name")
115115
parser.add_argument("-nv", "--no-verify", action='store_false', help="Disable TLS certificate verification")
116-
parser.add_argument("--reset", action='store_true', help="Undo the changes made by thjis script")
116+
parser.add_argument("--reset", action='store_true', help="Undo the changes made by this script")
117117
return parser.parse_args()
118118

119119
def set_custom_field(field, url, value):

0 commit comments

Comments
 (0)