[maemo-commits] [maemo-commits] r16039 - projects/haf/branches/hildon-thumbnail/daemonize/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 5 16:38:33 EEST 2008
Author: pvanhoof
Date: 2008-09-05 16:38:32 +0300 (Fri, 05 Sep 2008)
New Revision: 16039

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c
Log:
Doc

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c	2008-09-05 13:35:26 UTC (rev 16038)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c	2008-09-05 13:38:32 UTC (rev 16039)
@@ -246,7 +246,7 @@
 		g_thread_init (NULL);
 
 	if (argc < 2) {
-		g_print ("Usage: %s MODULE [yes|no]\n - yes/no is for 'do a dynamic register'", argv[0]);
+		g_print ("Usage: %s MODULE [dynamic]\nThe [dynamic] option stands for 'do a dynamic register \nusing a org.freedesktop.Thumbnailer.Manager.Register()'\n", argv[0]);
 		return 0;
 	}
 


More information about the maemo-commits mailing list