[haiku-commits] r36107 - haiku/trunk/src/bin

  • From: ithamar.adema@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 10 Apr 2010 17:19:23 +0200 (CEST)

Author: ithamar
Date: 2010-04-10 17:19:23 +0200 (Sat, 10 Apr 2010)
New Revision: 36107
Changeset: http://dev.haiku-os.org/changeset/36107/haiku

Modified:
   haiku/trunk/src/bin/listusb.cpp
Log:
* Add missing newline in listusb usage message.

Modified: haiku/trunk/src/bin/listusb.cpp
===================================================================
--- haiku/trunk/src/bin/listusb.cpp     2010-04-10 14:16:58 UTC (rev 36106)
+++ haiku/trunk/src/bin/listusb.cpp     2010-04-10 15:19:23 UTC (rev 36107)
@@ -155,7 +155,7 @@
                        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;


Other related posts:

  • » [haiku-commits] r36107 - haiku/trunk/src/bin - ithamar . adema