* 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:
parent
a43c663f0a
commit
3a4656dd4c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user