aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/getopt_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index f9341f528..fb8cc4d45 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -819,7 +819,7 @@ set_uint16 (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
819 (void) ctx; 819 (void) ctx;
820 if (1 != SSCANF (value, 820 if (1 != SSCANF (value,
821 "%u", 821 "%u",
822 v)) 822 &v))
823 { 823 {
824 FPRINTF (stderr, 824 FPRINTF (stderr,
825 _("You must pass a number to the `%s' option.\n"), 825 _("You must pass a number to the `%s' option.\n"),