mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-21 23:09:40 +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_glibc.py 2.11 bin [bin ...]
|
||||
glibc_check.py 2.11 bin [bin ...]
|
||||
|
||||
rc = 0 means "yes", rc = 1 means "no".
|
||||
"""
|
||||
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue