Changeset 3428 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Dec 9, 2007, 12:15:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r3423 r3428 1023 1023 usage += "\n Usage: listobjs [patt=*] "; 1024 1024 usage += "\n Or listobjs patt VarName "; 1025 usage += "\n Obj. name pattern patt in the form abc?x* or /*/x?y ... "; 1025 usage += "\n Obj. name pattern patt in the form abc?x* or /*/x?y ... "; 1026 mpiac->RegisterCommand(kw, usage, this, "Object Management"); 1027 kw = "ls"; 1028 usage = " Alias for listobjs "; 1029 usage += "\n Usage: ls [patt=*] [VarName]"; 1026 1030 mpiac->RegisterCommand(kw, usage, this, "Object Management"); 1027 1031 kw = "rename";
Note:
See TracChangeset
for help on using the changeset viewer.