Explorar o código

glibc_check.py: improve / fix docstring

Thomas Waldmann %!s(int64=8) %!d(string=hai) anos
pai
achega
e1a97c76b0
Modificáronse 1 ficheiros con 3 adicións e 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