Ignore:
Timestamp:
Oct 10, 2006, 9:43:32 PM (18 years ago)
Author:
garonne
Message:

See CL 313

File:
1 edited

Legend:

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

    r181 r272  
    22// Copyright Christian Arnault LAL-Orsay CNRS
    33// arnault@lal.in2p3.fr
     4// Modified by garonne@lal.in2p3.fr
    45// See the complete license in cmt_license.txt "http://www.cecill.info".
    56//-----------------------------------------------------------
     
    13871388          cmt.m_action = action_show_projects;
    13881389        }
     1390        else if (arg == "project_author")
     1391        {
     1392          cmt.m_action = action_show_project_author;
     1393        }
     1394
    13891395      else if (arg == "pwd")
    13901396        {
     
    21592165  help_texts.add () =  "show  patterns          :  the pattern definitions";
    21602166  help_texts.add () =  "show  projects          :  project definitions";
     2167  help_texts.add () =  "show  project author    :  project author";
    21612168  help_texts.add () =  "show  setup             :  setup definitions";
    21622169  help_texts.add () =  "show  pwd               :  filtered current directory";
     
    22562263  help.add (action_show_patterns, help_texts[action_show_patterns]);
    22572264  help.add (action_show_projects, help_texts[action_show_projects]);
     2265  help.add (action_show_project_author, help_texts[action_show_project_author]);
    22582266  help.add (action_show_setup, help_texts[action_show_setup]);
    22592267  help.add (action_show_pwd, help_texts[action_show_pwd]);
Note: See TracChangeset for help on using the changeset viewer.