00010 :
00011 print """
00012 %s [-h] [-s|-e|-c] [-r] [-p pattern] [listofpath]
00013
00014 -h: dump this Help
00015 -s: Short format print
00016 -e: print Entry names only
00017 -c: only Checks duplication of entries
00018 -r: print also $ROOTSYS/etc/system.rootmap
00019 -p: print only pattern matching (Python style) entries
00020
00021 dump rootmap dictionaries informations. If no path is given, the
00022 LD_LIBRARY_PATH is used. By default, prints the name of the entry,
00023 its corresponding library and its block definition inside the
00024 rootmap file(s) on separate lines. The output is sorted according to
00025 the name of the entry. A Warning is issued if an entry appears
00026 several times.
00027 """%os.path.basename(argv[0])
00028
00029