[haiku-commits] r36801 - haiku/trunk/src/bin/desklink

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 13 May 2010 13:02:55 +0200 (CEST)

Author: stippi
Date: 2010-05-13 13:02:54 +0200 (Thu, 13 May 2010)
New Revision: 36801
Changeset: http://dev.haiku-os.org/changeset/36801/haiku

Modified:
   haiku/trunk/src/bin/desklink/desklink.cpp
Log:
Added missing command line options to help text.


Modified: haiku/trunk/src/bin/desklink/desklink.cpp
===================================================================
--- haiku/trunk/src/bin/desklink/desklink.cpp   2010-05-13 04:28:57 UTC (rev 
36800)
+++ haiku/trunk/src/bin/desklink/desklink.cpp   2010-05-13 11:02:54 UTC (rev 
36801)
@@ -153,6 +153,8 @@
 
        if (!atLeastOnePath) {
                printf( "usage: desklink { [ --list|--remove|[cmd=title:action 
... ] [ path|signature ] } ...\n"
+                       "--add-volume: install volume control into Deskbar.\n"
+                       "--volume-control: show window with global volume 
control.\n"
                        "--list: list all Deskbar addons.\n"
                        "--remove: remove all desklink addons.\n"
                        "--remove=name: remove all 'name' addons.\n");


Other related posts:

  • » [haiku-commits] r36801 - haiku/trunk/src/bin/desklink - superstippi