From 5af2834148d2d074a79c5fc390cbfd85bf9e16c5 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 10 Oct 2011 13:30:06 -0400 Subject: scripts/revdep-pax: add help --- scripts/revdep-pax | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'scripts/revdep-pax') diff --git a/scripts/revdep-pax b/scripts/revdep-pax index 26334c7..bdf6004 100755 --- a/scripts/revdep-pax +++ b/scripts/revdep-pax @@ -137,7 +137,18 @@ def print_reverse_linkings( reverse_linkings, so2filename_mappings ): def usage(): - print 'TODO' + print 'Package Name : elfix\n' + print 'Bug Reports : http://bugs.gentoo.org/' + print 'Program Name : revdep-pax\n' + print 'Description : Get or set pax flags on an ELF object\n\n' + print 'Usage : revdep-pax [-fv] | [-rv] | -v [-b BINARY] | -v [-s SONAME] | -h\n\n' + print 'Options : -f print out all the forward mappings for all system binaries\n' + print ' : -r print out all the reverse mappints for all system sonames\n' + print ' : -b BINARY print all the forward mappings only for BINARY\n' + print ' : -s SONAME print all the reverse mappings only for SONAME\n' + print ' : -v verbose, otherwise just print mismatched pax flags \n' + print ' : -h print out this help\n\n' + def run_forward(): ( forward_linkings, so2filename_mappings ) = get_forward_linkings() -- cgit v1.2.3-65-gdbad