diff -r 6e1f85fa0151 -r 2fe2a52488cb tools/gen-components --- a/tools/gen-components Fri Feb 01 18:32:13 2013 -0800 +++ b/tools/gen-components Sat Feb 02 09:38:05 2013 -0800 @@ -19,7 +19,7 @@ # # CDDL HEADER END # -# Copyright (c) 2012, Oracle and/or it's affiliates. All rights reserved. +# Copyright (c) 2012, 2013, Oracle and/or it's affiliates. All rights reserved. # # # gen_components @@ -237,7 +237,7 @@ print >> sys.stderr, \ """ Usage: - update_man_pages.py [OPTION...] + gen-components [OPTION...] -d, --debug Turn on debugging @@ -254,7 +254,7 @@ if __name__ == "__main__": workspace = os.getenv('WS_TOP') - owners_file = "/net/userland.us.oracle.com/gates/private/RM-RE-list.txt" + owners_file = "/net/userland.us.oracle.com/gates/private/RE-RM-list.txt" try: opts, args = getopt.getopt(sys.argv[1:], "do:w:",