Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / multicast / gnunet-multicast.c
index b370ca5dd86caa94010c39d2e025b4b183bd464d..b37625988432010a3f41cc788d334d07a8f3f8f5 100644 (file)
@@ -45,6 +45,8 @@ run (void *cls, char *const *args, const char *cfgfile,
      const struct GNUNET_CONFIGURATION_Handle *cfg)
 {
   /* main code here */
+  puts( gettext_noop ("This command doesn't do anything yet.") );
+  ret = -1;
 }
 
 
@@ -67,7 +69,8 @@ main (int argc, char *const *argv)
 
   ret = (GNUNET_OK ==
         GNUNET_PROGRAM_run (argc, argv, "gnunet-multicast",
-                            gettext_noop ("help text"), options, &run,
+                            gettext_noop ("This command doesn't do anything yet."),
+                            options, &run,
                             NULL)) ? ret : 1;
   GNUNET_free ((void*) argv);
   return ret;