From: <bni...@us...> - 2006-11-29 20:09:54
|
Revision: 406 http://svn.sourceforge.net/omc/?rev=406&view=rev Author: bnicholes Date: 2006-11-29 12:09:50 -0800 (Wed, 29 Nov 2006) Log Message: ----------- sync up the alternate configuration file parameter between all of the binaries on a -f Modified Paths: -------------- clp/trunk/src/omcclpc.cpp clp/trunk/src/omcclpd.cpp Modified: clp/trunk/src/omcclpc.cpp =================================================================== --- clp/trunk/src/omcclpc.cpp 2006-11-29 20:05:27 UTC (rev 405) +++ clp/trunk/src/omcclpc.cpp 2006-11-29 20:09:50 UTC (rev 406) @@ -62,7 +62,7 @@ CmdLineParser::Option g_options[] = { {E_CMDOPT_CMD, 'c', "command", CmdLineParser::E_REQUIRED_ARG, 0, "Execute a single command from the command line."}, - {E_CMDOPT_CONFIG, 'd', "config", CmdLineParser::E_REQUIRED_ARG, 0, "Alternate configuration file. Default is omcclp.conf."}, + {E_CMDOPT_CONFIG, 'f', "config", CmdLineParser::E_REQUIRED_ARG, 0, "Alternate configuration file. Default is omcclpc.conf."}, {E_CMDOPT_HELP, 'h', "help", CmdLineParser::E_NO_ARG, 0, "Show help about options."}, {E_CMDOPT_NS, 'n', "ns", CmdLineParser::E_REQUIRED_ARG, 0, "Alternate CIM namespace to be used in place of the namespace specified in the configuration file"}, {E_CMDOPT_URL, 'u', "url", CmdLineParser::E_REQUIRED_ARG, 0, "Alternate CIM URL to be used in place of the URL specified in the configuration file."}, Modified: clp/trunk/src/omcclpd.cpp =================================================================== --- clp/trunk/src/omcclpd.cpp 2006-11-29 20:05:27 UTC (rev 405) +++ clp/trunk/src/omcclpd.cpp 2006-11-29 20:09:50 UTC (rev 406) @@ -165,7 +165,7 @@ { { HELP_OPT, 'h', "help", CmdLineParser::E_NO_ARG, 0, "Show help about command line options"}, { DEBUG_OPT, 'd', "debug", CmdLineParser::E_NO_ARG, 0, "Run in debug mode (Does not detach from the terminal" }, - { CONFIG_FILE_OPT, 'c', "config", CmdLineParser::E_REQUIRED_ARG, 0, "User <arg> instead of the default config file" }, + { CONFIG_FILE_OPT, 'f', "config", CmdLineParser::E_REQUIRED_ARG, 0, "Alternate configuration file. Default is omcclpd.conf." }, { 0, 0, 0, CmdLineParser::E_NO_ARG, 0, 0 } }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |