瀏覽代碼

glibc_check.py: improve / fix docstring

Thomas Waldmann 8 年之前
父節點
當前提交
e1a97c76b0
共有 1 個文件被更改,包括 3 次插入1 次删除
  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 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
 import re