iterate topoogy header related stuff
[oweals/gnunet.git] / src / include / gnunet_getopt_lib.h
index 44525e2f28b80f6b7882395e539a8f4302a1db8c..d5f3d1198073529cc2cc8ca2af9a96da305c38ed 100644 (file)
@@ -186,14 +186,14 @@ struct GNUNET_GETOPT_CommandLineOption
 /**
  * Parse the command line.
  *
- * @param binaryName name of the binary / application with options
+ * @param binaryOptions Name of application with option summary
  * @param allOptions defined options and handlers
  * @param argc number of arguments
  * @param argv actual arguments
  * @return index into argv with first non-option
  *   argument, or GNUNET_SYSERR on error
  */
-int GNUNET_GETOPT_run (const char *binaryName,
+int GNUNET_GETOPT_run (const char *binaryOptions,
                        const struct GNUNET_GETOPT_CommandLineOption
                        *allOptions, unsigned int argc, char *const *argv);