From 9579b1a3eb2df86bf2825b2ff0f7894155fa91ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 13 May 2010 11:02:54 +0000 Subject: [PATCH] Added missing command line options to help text. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36801 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/desklink/desklink.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/desklink/desklink.cpp b/src/bin/desklink/desklink.cpp index 5d21cfa17f..0dd4030f85 100644 --- a/src/bin/desklink/desklink.cpp +++ b/src/bin/desklink/desklink.cpp @@ -153,6 +153,8 @@ main(int, char **argv) 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");