diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-15 10:36:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-15 11:14:59 +0100 |
commit | 7b51d9f06fd6b18f54a4c7f2cbbacfd6e85ba85e (patch) | |
tree | 407c73aebdc2dffcfe0f341493dc7a75a2c442a1 /src/util/getopt_helpers.c | |
parent | 85b043ef34186a24d960cb32417da2a610eae526 (diff) |
add json command line option parser
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 |