--- old/usr/src/cmd/installadm/installadm.c	Tue Nov 17 11:24:27 2009
+++ new/usr/src/cmd/installadm/installadm.c	Tue Nov 17 11:24:27 2009
@@ -88,7 +88,7 @@
 
 	{ "create-client",	do_create_client,
 	    "\tcreate-client\t[-b <property>=<value>,...] \n"
-	    "\t\t\t-e <macaddr> -t <imagepath> -n <svcname>",
+	    "\t\t\t-e <macaddr> -n <svcname> [-t <imagepath>]",
 	    PRIV_REQD							},
 
 	{ "delete-client",	do_delete_client,
@@ -1228,7 +1228,7 @@
 	/*
 	 * Make sure required options are there
 	 */
-	if ((mac_addr == NULL) || (svcname == NULL) || (imagepath == NULL)) {
+	if ((mac_addr == NULL) || (svcname == NULL)) {
 		(void) fprintf(stderr, MSG_MISSING_OPTIONS, argv[0]);
 		(void) fprintf(stderr, "%s\n", gettext(use));
 		return (INSTALLADM_FAILURE);
