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");