changed some messages

This commit is contained in:
Bob Zieman
1993-09-09 17:15:29 +00:00
parent f70fcd44f6
commit f94b784215

View File

@@ -1,10 +1,6 @@
/*
* apCreateShadow.c
* - todo
changed appLoc to appList ...
* complete rework ??? to EPICS area tools - templates etc.
*
*
@@ -85,7 +81,7 @@ main(argc, argv)
/* TODO */
startFromHere();
fprintf(stderr, "makeApplShadow %s\n", "completed");
fprintf(stderr, "apCreateShadow %s\n", "completed");
return (0);
}
@@ -174,9 +170,7 @@ dirwalk(dir, fcn)
static void
Usage()
{
printf("\nUsage:\t%s <appSystemTop>\n", progName);
printf("\tor\n");
printf("\t%s <appReleaseTop>\n", progName);
printf("\nUsage:\t%s <top>\n", progName);
}
/****************************************************************************