aboutsummaryrefslogtreecommitdiff
path: root/devel/gflags/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gflags/pkg-descr')
-rw-r--r--devel/gflags/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gflags/pkg-descr b/devel/gflags/pkg-descr
index 48779c916f27..d421442eac49 100644
--- a/devel/gflags/pkg-descr
+++ b/devel/gflags/pkg-descr
@@ -1,7 +1,7 @@
google-gflags
Commandline flags module for C++
-The gflags package contains a library that implements commandline flags
+The gflags package contains a library that implements command line flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for C++ types like string, and the
ability to define flags in the source file in which they're used.