while we're removing backwards compatibility, rename xlink->rgblink

This commit is contained in:
bentley
2010-01-15 12:42:16 -07:00
parent 084cc995e7
commit bfbc9fd101
2 changed files with 7 additions and 7 deletions

View File

@@ -40,9 +40,9 @@ char smartlinkstartsymbol[256];
static void
usage(void)
{
printf("xLink v" LINK_VERSION " (part of ASMotor " ASMOTOR_VERSION
printf("RGBLink v" LINK_VERSION " (part of ASMotor " ASMOTOR_VERSION
")\n\n");
printf("usage: xlink [-t] [-l library] [-m mapfile] [-n symfile] [-o outfile] [-s symbol]\n");
printf("usage: rgblink [-t] [-l library] [-m mapfile] [-n symfile] [-o outfile] [-s symbol]\n");
printf("\t [-z pad_value] objectfile [...]\n");
exit(EX_USAGE);