rgblink: make usage() print better in a terminal window

This commit is contained in:
bentley
2010-01-17 15:11:52 -07:00
parent 02e6220742
commit bd568d9afc

View File

@@ -37,8 +37,8 @@ usage(void)
{
printf("RGBLink v" LINK_VERSION " (part of ASMotor " ASMOTOR_VERSION
")\n\n");
printf("usage: rgblink [-t] [-l library] [-m mapfile] [-n symfile] [-o outfile] [-s symbol]\n");
printf("\t [-z pad_value] objectfile [...]\n");
printf("usage: rgblink [-t] [-l library] [-m mapfile] [-n symfile] [-o outfile]\n");
printf("\t [-s symbol] [-z pad_value] objectfile [...]\n");
exit(EX_USAGE);
}