aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/getopt_helpers.c')
-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 31fe093a9..a94847a47 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -654,7 +654,7 @@ GNUNET_GETOPT_OPTION_SET_RELATIVE_TIME (char shortName,
654 * type 'struct GNUNET_TIME_Absolute'. 654 * type 'struct GNUNET_TIME_Absolute'.
655 * 655 *
656 * @param ctx command line processing context 656 * @param ctx command line processing context
657 * @param scls additional closure (will point to the 'struct GNUNET_TIME_Relative') 657 * @param scls additional closure (will point to the `struct GNUNET_TIME_Absolute`)
658 * @param option name of the option 658 * @param option name of the option
659 * @param value actual value of the option as a string. 659 * @param value actual value of the option as a string.
660 * @return #GNUNET_OK if parsing the value worked 660 * @return #GNUNET_OK if parsing the value worked