diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 10:45:19 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 10:45:25 +0100 |
commit | 5e00147838b0585aebdfd7533951f8708639bc9b (patch) | |
tree | 9a400234563ba9ef3adb6ee435da950a569a176c /contrib/devtools | |
parent | a8bd616fea62e0b15c6041d687230f5d9dd47bf9 (diff) | |
parent | 0331aa350c04253f3b94604a0152042646fc94bb (diff) |
Merge pull request #7313
0331aa3 Fixing typos on security-check.py and torcontrol.cpp (calebogden)
Diffstat (limited to 'contrib/devtools')
-rwxr-xr-x | contrib/devtools/security-check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/security-check.py b/contrib/devtools/security-check.py index e96eaa9c38..fe5dc9ad89 100755 --- a/contrib/devtools/security-check.py +++ b/contrib/devtools/security-check.py @@ -1,7 +1,7 @@ #!/usr/bin/python2 ''' Perform basic ELF security checks on a series of executables. -Exit status will be 0 if succesful, and the program will be silent. +Exit status will be 0 if successful, and the program will be silent. Otherwise the exit status will be 1 and it will log which executables failed which checks. Needs `readelf` (for ELF) and `objdump` (for PE). ''' |