Changeset 3767 in Sophya for trunk/AddOn
- Timestamp:
- May 3, 2010, 9:18:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/mfacq.cc
r3766 r3767 132 132 void Usage(bool fgshort) 133 133 { 134 cout << " Usage: mfacq Action DataCardFile [BaseDirectory / TargetMachines] \n" << endl;134 cout << " Usage: mfacq Action DataCardFile [BaseDirectory / TargetMachines]" << endl; 135 135 if (fgshort) return; 136 136 cout << " o Action = -pci2disk , -pci2eth , -eth2disk \n " … … 139 139 << " nblocperfile acqmode memmgr monitor reducpaqsz ... "<< endl; 140 140 cout << " o BaseDirectory (default= /Raid ) for -pci2disk , -eth2disk" << endl; 141 cout << " o TargetMachines : List of target machines for PCIe2Ethernet (-pci2eth) " << endl;141 cout << " o TargetMachines : List of target machines for PCIe2Ethernet (-pci2eth) \n " << endl; 142 142 return; 143 143 }
Note:
See TracChangeset
for help on using the changeset viewer.