aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-15 10:36:51 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-15 11:14:59 +0100
commit7b51d9f06fd6b18f54a4c7f2cbbacfd6e85ba85e (patch)
tree407c73aebdc2dffcfe0f341493dc7a75a2c442a1 /src/util/getopt_helpers.c
parent85b043ef34186a24d960cb32417da2a610eae526 (diff)
downloadgnunet-7b51d9f06fd6b18f54a4c7f2cbbacfd6e85ba85e.tar.gz
gnunet-7b51d9f06fd6b18f54a4c7f2cbbacfd6e85ba85e.zip
add json command line option parser
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