From 9bdefd7984b877203663cb1e37fa9e7ec5f0bc33 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 7 Jul 2019 12:13:30 +0200 Subject: [PATCH] style: comment change * src/getargs.c: here. --- src/getargs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/getargs.c b/src/getargs.c index d1d4eccc..36d76254 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -110,6 +110,7 @@ typedef void (usage_fn) (FILE *out); * * \param opt option being decoded (e.g., --report). * \param xargmatch matching function. + * \param usage function that implement --help for this option. * \param all the value of the argument 'all'. * \param flags the flags to update * \param args comma separated list of effective subarguments to decode.