mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 07:19:02 +00:00
glibc_check.py: improve / fix docstring
This commit is contained in:
parent
d020c6f776
commit
e1a97c76b0
1 changed files with 3 additions and 1 deletions
4
scripts/glibc_check.py
Normal file → Executable file
4
scripts/glibc_check.py
Normal file → Executable file
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue