Explorar el Código

glibc_check.py: improve / fix docstring

Thomas Waldmann hace 8 años
padre
commit
e1a97c76b0
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      scripts/glibc_check.py

+ 3 - 1
scripts/glibc_check.py

@@ -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