tools/gen-components
branchs11-update
changeset 2481 638b7db19366
parent 2434 6c9bb5cf5610
child 2551 0391c5c3b137
--- a/tools/gen-components	Tue Jan 29 03:59:00 2013 -0800
+++ b/tools/gen-components	Thu Jan 31 04:53:59 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:",