From 4266a803d57b3be4071884acdc5c00e9916500d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 3 Nov 2003 15:02:55 +0000 Subject: [PATCH] i hope usage is fixed now git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5247 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/desklink/desklink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/desklink/desklink.cpp b/src/apps/bin/desklink/desklink.cpp index afedc9bf79..4f4d2714a2 100644 --- a/src/apps/bin/desklink/desklink.cpp +++ b/src/apps/bin/desklink/desklink.cpp @@ -371,7 +371,7 @@ main(int, char **argv) if (!atLeastOnePath) { // print a simple usage string - printf( "usage: desklink { [ --list|--remove|cmd=title:action ... ] path } ...\n" + printf( "usage: desklink { [ --list|--remove|[cmd=title:action ... ] path ] } ...\n" "--list: list all Deskbar addons.\n" "--remove: delete all desklink addons.\n"); return 1;