aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
commitfe947a9704bed14c2fc74b2f2069596fe884cbad (patch)
tree644efdaa37d692b09f8e279bfe5e8b2ebe81448b /src/util/getopt.c
parenta8b0ab037820f6a9f405be3855ce8d3ebbd4399b (diff)
downloadgnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.tar.gz
gnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.zip
better comments
Diffstat (limited to 'src/util/getopt.c')
-rw-r--r--src/util/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt.c b/src/util/getopt.c
index e37390a3a..82d0baebd 100644
--- a/src/util/getopt.c
+++ b/src/util/getopt.c
@@ -987,7 +987,7 @@ GNgetopt_long (int argc,
987/** 987/**
988 * Parse the command line. 988 * Parse the command line.
989 * 989 *
990 * @param binaryOptions name of this binary / application 990 * @param binaryOptions Name of application with option summary
991 * @param allOptions defined options and handlers 991 * @param allOptions defined options and handlers
992 * @param argc number of arguments 992 * @param argc number of arguments
993 * @param argv actual arguments 993 * @param argv actual arguments