corrected typo

This commit is contained in:
mila@ringwald.ch 2014-07-04 08:56:25 +00:00
parent d3b1c40fa3
commit d2c93e6f94

View File

@ -278,7 +278,7 @@ void setup(void){
void usage(const char *name){
fprintf(stderr, "\nUsage: %s [-a|--address aa:bb:cc:dd:ee:ff]\n", name);
fprintf(stderr, "If no argument is provided, BTstack will start scannig and connect to the first found device.\nTo connect to a specific device use argument [-a].\n\n");
fprintf(stderr, "If no argument is provided, GATT browser will start scanning and connect to the first found device.\nTo connect to a specific device use argument [-a].\n\n");
}
int main(int argc, const char * argv[])