diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 18:19:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 7c7f1f55217c72fe1c2e89e3330e04e4ca259fb0 (patch) | |
tree | 8b7a6bf1da3dd9a6938eb1b4492663d1e7d7655f /libraries/gflags | |
parent | 6cd95adecbedca3bb597da907b685b94da80c6e7 (diff) | |
download | slackbuilds-7c7f1f55217c72fe1c2e89e3330e04e4ca259fb0.tar.gz |
libraries/gflags: Fix README.
Diffstat (limited to 'libraries/gflags')
-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 957adcf421..1ba0799abf 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. |