xlink: fix usage

This commit is contained in:
bentley
2010-01-15 12:15:19 -07:00
parent 1202c6b459
commit 97b9e822aa

View File

@@ -43,8 +43,8 @@ usage(void)
{
printf("xLink v" LINK_VERSION " (part of ASMotor " ASMOTOR_VERSION
")\n\n");
printf("usage: xlink [m mapfile] [-n symfile] [-s symbol] [-tg | -ts | -tp]\n");
printf("\t [-z pad_value] linkfile\n");
printf("usage: xlink [-l library] [-m mapfile] [-n symfile] [-o outfile] [-s symbol]\n");
printf("\t [-t [g | s | p]] [-z pad_value] objectfile [...]\n");
exit(EX_USAGE);
}