summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-07-20 13:07:33 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-07-20 13:07:33 -0700
commit1e1a06039900bd0880fb5e3452c7ee88d1e572a0 (patch)
treea3337499f2ab5e919b3d76b34e2160c8afcbe549 /python
parent78af59d491eec254da7f5d2d65e750eb004f21b9 (diff)
downloadrvi_core-1e1a06039900bd0880fb5e3452c7ee88d1e572a0.tar.gz
Fixed typo
Diffstat (limited to 'python')
-rwxr-xr-xpython/rvi_create_certificate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rvi_create_certificate.py b/python/rvi_create_certificate.py
index e8a755c..fc48ceb 100755
--- a/python/rvi_create_certificate.py
+++ b/python/rvi_create_certificate.py
@@ -39,7 +39,7 @@ def usage():
print " --root_key=<file> Private root key to sign certificate with"
print " Mandatory"
print
- print " --device_key=<file> Public device key to sign certificate with"
+ print " --device_key=<file> Public device key to include in certificate"
print " Mandatory"
print
print " --start='<YYYY-MM-DD HH:MM:SS>' Date and time when certificate is activated."