From 1a6966726d3bebc8ea9fc1b73f4ec280995ad00c Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Mon, 15 Jan 2018 22:22:55 +0000 Subject: [PATCH] Update README to point to discussion forum instead of e-mail. --- README | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README b/README index 225e33f..325efef 100644 --- a/README +++ b/README @@ -1,16 +1,12 @@ - TCLAP - Templatized Command Line Argument Parser This is a simple C++ library that facilitates parsing command line -arguments in a type independent manner. It doesn't conform exactly -to either the GNU or POSIX standards, although it is close. See +arguments in a type independent manner. It doesn't conform exactly +to either the GNU or POSIX standards, although it is close. See docs/manual.html for descriptions of how things work or look at the simple examples in the examples dir. -To find out what the latest changes are read the NEWS file in this directory. - - -Any and all feedback is welcome to: Mike Smoot - - +To find out what the latest changes are read the NEWS file in this +directory. +Any and all feedback is welcome at https://sf.net/p/tclap/discussion/