From 2e4e5637a6f9ba62d4438095a52db386b987bd7d Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 22 Dec 2003 02:14:45 +0000 Subject: [PATCH] new fangled --- examples/test1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test1.cpp b/examples/test1.cpp index a2cfdcf..036de63 100644 --- a/examples/test1.cpp +++ b/examples/test1.cpp @@ -10,7 +10,7 @@ int main(int argc, char** argv) try { // Define the command line object. - CmdLine cmd(argv[0], "Command description message", "0.9"); + CmdLine cmd("Command description message", ' ', "0.9"); // Define a value argument and add it to the command line. ValueArg nameArg("n","name","Name to print",true,"homer","string");