- fix
[oweals/gnunet.git] / src / util / getopt_helpers.c
index 1e3b05cb560996ef67e450fd60ab7588c6ef1955..5940c3ff970ea299e740761df0e6bc19b2dbac0d 100644 (file)
@@ -212,7 +212,7 @@ GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
  * A pointer to this function should be passed as part of the
  * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
  * of this type.  It should be followed by a pointer to a value of
- * type 'char *'.
+ * type 'char *', which will be allocated with the requested string.
  *
  * @param ctx command line processing context
  * @param scls additional closure (will point to the 'char *',