From b9340c617defb8f0c3ee77b053db87e6b6ca108f Mon Sep 17 00:00:00 2001 From: mes5k Date: Wed, 15 Jul 2009 15:04:39 +0000 Subject: [PATCH] updated incorrect api doc --- include/tclap/UnlabeledValueArg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tclap/UnlabeledValueArg.h b/include/tclap/UnlabeledValueArg.h index 51e0c9f..7453c0d 100644 --- a/include/tclap/UnlabeledValueArg.h +++ b/include/tclap/UnlabeledValueArg.h @@ -58,8 +58,8 @@ class UnlabeledValueArg : public ValueArg /** * UnlabeledValueArg constructor. - * \param name - A one word name for the argument. Can be - * used as a long flag on the command line. + * \param name - A one word name for the argument. Note that this is used for + * identification, not as a long flag. * \param desc - A description of what the argument is for or * does. * \param req - Whether the argument is required on the command