glibc_check.py: improve / fix docstring

This commit is contained in:
Thomas Waldmann 2016-07-31 14:20:06 +02:00
parent d020c6f776
commit e1a97c76b0
1 changed files with 3 additions and 1 deletions

4
scripts/glibc_check.py Normal file → Executable file
View File

@ -2,7 +2,9 @@
"""
Check if all given binaries work with the given glibc version.
check_glibc.py 2.11 bin [bin ...]
glibc_check.py 2.11 bin [bin ...]
rc = 0 means "yes", rc = 1 means "no".
"""
import re