* 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:
+1
-1
@@ -155,7 +155,7 @@ main(int argc, char *argv[])
|
|||||||
if (argv[i][1] == 'v')
|
if (argv[i][1] == 'v')
|
||||||
verbose = true;
|
verbose = true;
|
||||||
else {
|
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("-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");
|
printf("If a device is not specified, all devices found on the bus will be listed\n");
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user