* Add missing newline in listusb usage message.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ithamar R. Adema 2010-04-10 15:19:23 +00:00
parent a43c663f0a
commit 3a4656dd4c

View File

@ -155,7 +155,7 @@ main(int argc, char *argv[])
if (argv[i][1] == 'v')
verbose = true;
else {
printf("Usage: listusb [-v] [device]");
printf("Usage: listusb [-v] [device]\n\n");
printf("-v: Show more detailed information including interfaces, configurations, etc.\n\n");
printf("If a device is not specified, all devices found on the bus will be listed\n");
return 1;