aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_getopt_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_getopt_lib.h')
-rw-r--r--src/include/gnunet_getopt_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index b37827ccc..731be4159 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -83,7 +83,7 @@ struct GNUNET_GETOPT_CommandLineProcessorContext
83 * 83 *
84 * @param ctx context for all options 84 * @param ctx context for all options
85 * @param scls specific closure (for this processor) 85 * @param scls specific closure (for this processor)
86 * @param option long name of the option (i.e. "config" for --config) 86 * @param option long name of the option (e.g. "config" for --config)
87 * @param value argument, NULL if none was given 87 * @param value argument, NULL if none was given
88 * @return #GNUNET_OK to continue processing other options, #GNUNET_SYSERR to abort 88 * @return #GNUNET_OK to continue processing other options, #GNUNET_SYSERR to abort
89 */ 89 */