aboutsummaryrefslogtreecommitdiff
path: root/devel/yaggo/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/yaggo/pkg-descr')
-rw-r--r--devel/yaggo/pkg-descr6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/yaggo/pkg-descr b/devel/yaggo/pkg-descr
index 8523ee42ee8a..c2c9e6e7c1b3 100644
--- a/devel/yaggo/pkg-descr
+++ b/devel/yaggo/pkg-descr
@@ -1 +1,5 @@
-Generate command line parser using getopt_long.
+Yaggo is a tool to generate command line parsers for C++. Yaggo stands
+for "Yet Another GenGetOpt" and is inspired by GNU Gengetopt. It reads
+a configuration file describing the switches and argument for a C++
+program and it generates one header file that parses the command line
+using getopt_long(3). See the Example section below for more details.