diff options
Diffstat (limited to 'src/util/getopt_helpers.c')
-rw-r--r-- | src/util/getopt_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c index 31fe093a90..a94847a47f 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, * type 'struct GNUNET_TIME_Absolute'. * * @param ctx command line processing context - * @param scls additional closure (will point to the 'struct GNUNET_TIME_Relative') + * @param scls additional closure (will point to the `struct GNUNET_TIME_Absolute`) * @param option name of the option * @param value actual value of the option as a string. * @return #GNUNET_OK if parsing the value worked |