and rename xlib to rgblib

This commit is contained in:
bentley
2010-01-15 12:44:46 -07:00
parent bfbc9fd101
commit dc390e8c1f
2 changed files with 7 additions and 7 deletions

View File

@@ -32,8 +32,8 @@ fatalerror(char *s)
void
PrintUsage(void)
{
printf("xLib v" LIB_VERSION " (part of ASMotor " ASMOTOR_VERSION ")\n\n"
"Usage: xlib library command [module1 module2 ... modulen]\n"
printf("RGBLib v" LIB_VERSION " (part of ASMotor " ASMOTOR_VERSION ")\n\n"
"Usage: rgblib library command [module1 module2 ... modulen]\n"
"Commands:\n\ta\tAdd/replace modules to library\n"
"\td\tDelete modules from library\n"
"\tl\tList library contents\n"