commit: 502af75f9a367f5a7fb916055bb53caedd4f1267 Author: Georg Brandl <georg <AT> python <DOT> org> AuthorDate: Mon Oct 5 16:36:37 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 17:45:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=502af75f
Fix typo in module docstring Closes: https://github.com/gentoo/pax-utils/pull/4 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> lddtree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lddtree.py b/lddtree.py index 6e57a99..141195b 100755 --- a/lddtree.py +++ b/lddtree.py @@ -9,7 +9,7 @@ """Read the ELF dependency tree and show it This does not work like `ldd` in that we do not execute/load code (only read -files on disk), and we should the ELFs as a tree rather than a flat list. +files on disk), and we show the ELFs as a tree rather than a flat list. Paths may be globs that lddtree will take care of expanding. Useful when you want to glob a path under the ROOT path.
