Changeset 3428 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Dec 9, 2007, 12:15:41 AM (18 years ago)
Author:
ansari
Message:

Correction ds NamedObjMgr::ReadAll() + ajout commande ls comme alias de listobjs , Reza 08/12/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/basexecut.cc

    r3423 r3428  
    10231023usage += "\n Usage: listobjs [patt=*]  ";
    10241024usage += "\n    Or  listobjs patt VarName ";
    1025  usage += "\n   Obj. name pattern patt in the form abc?x* or /*/x?y ... ";
     1025usage += "\n   Obj. name pattern patt in the form abc?x* or /*/x?y ... ";
     1026mpiac->RegisterCommand(kw, usage, this, "Object Management");
     1027kw = "ls";
     1028usage = " Alias for listobjs ";
     1029usage += "\n Usage: ls [patt=*] [VarName]";
    10261030mpiac->RegisterCommand(kw, usage, this, "Object Management");
    10271031kw = "rename";
Note: See TracChangeset for help on using the changeset viewer.