-fix ftbfs
[oweals/gnunet.git] / src / sensor / gnunet-sensor.c
index 7b7be61ef8269b8a2a95b47cfe713828b7fbaff4..83e9c9bb80207d727f744ba6fcb8c401376e6c23 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C)
+     Copyright (C)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -164,7 +164,7 @@ main (int argc, char *const *argv)
     {'g', "get-sensor", NULL,
      gettext_noop ("Retrieve information about a single sensor"),
      1, &GNUNET_GETOPT_set_string, &get_sensor},
-    {'f', "force anomaly", NULL,
+    {'f', "force-anomaly", NULL,
      gettext_noop ("Force an anomaly on a sensor, use only for testing"),
      1, &GNUNET_GETOPT_set_string, &force_anomaly},
     GNUNET_GETOPT_OPTION_END