i hope usage is fixed now

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2003-11-03 15:02:55 +00:00
parent 558d32f86a
commit 4266a803d5
+1 -1
View File
@@ -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;