mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
xlink: fix usage
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user