Ignore:
Timestamp:
Nov 6, 2009, 12:02:54 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 412

File:
1 edited

Legend:

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

    r496 r525  
    13111311        {
    13121312          cmt.m_action = action_show_constituents;
     1313        }
     1314      else if (arg == "container")
     1315        {
     1316          cmt.m_action = action_show_container;
    13131317        }
    13141318      else if (arg == "cycles")
     
    23402344  help.add (action_show_constituent_names, help_texts[action_show_constituent_names]);
    23412345  help.add (action_show_constituents, help_texts[action_show_constituents]);
     2346  help.add (action_show_container, help_texts[action_show_container]);
    23422347  help.add (action_show_cycles, help_texts[action_show_cycles]);
    23432348  help.add (action_show_fragment, help_texts[action_show_fragment]);
Note: See TracChangeset for help on using the changeset viewer.