diff options
Diffstat (limited to 'libraries/gflags/README')
-rw-r--r-- | libraries/gflags/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/gflags/README b/libraries/gflags/README index 957adcf421ca..1ba0799abf9d 100644 --- a/libraries/gflags/README +++ b/libraries/gflags/README @@ -1,3 +1,4 @@ -The gflags package contains a C++ library that implements commandline flags processing. -It includes built-in support for standard types such as string and the ability to define -flags in the source file in which they are used. +The gflags package contains a C++ library that implements commandline +flags processing. It includes built-in support for standard types such +as string and the ability to define flags in the source file in which +they are used. |