Ignore:
Timestamp:
Mar 30, 2005, 5:00:20 PM (19 years ago)
Author:
arnault
Message:

create project improvements - see CL261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r19/source/cmt_commands.cxx

    r15 r22  
    19731973void CommandHelp::show (ActionType action)
    19741974{
    1975   cerr << "CommandHelp::show> action = " << action << endl;
     1975  //cerr << "CommandHelp::show> action = " << action << endl;
    19761976
    19771977  static HelpTexts& help_texts = get_help_texts ();
     
    20552055  help_texts.add () =  "config                  : generate setup and cleanup scripts";
    20562056  help_texts.add () =  "create <package> <version> [<path>] : create and configure a new package";
    2057   help_texts.add () =  "create_project <project> : create and configure a new project";
     2057  help_texts.add () =  "create_project <project> <name> [<path>] : create and configure a new project";
    20582058  help_texts.add () =  "cvsbranches <module>      : display the subdirectories for a module";
    20592059  help_texts.add () =  "cvssubpackagess <module>  : display the subpackages for a module";
Note: See TracChangeset for help on using the changeset viewer.