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");