Changeset 3766 in Sophya for trunk/AddOn/TAcq


Ignore:
Timestamp:
May 3, 2010, 9:18:04 AM (15 years ago)
Author:
ansari
Message:

Correction-2 du texte du help online (-h) ds mfacq.cc , Reza 03/05/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/mfacq.cc

    r3765 r3766  
    134134  cout << " Usage: mfacq Action DataCardFile [BaseDirectory / TargetMachines] \n" << endl;
    135135  if (fgshort) return;
    136   cout << "   Action = -pci2disk , -pci2eth , -eth2disk \n "
    137        << "   Parameters in DataCard : \n"
    138        << "       fibres outpathname skysource paqsize dmasizekb nbfiles \n"
    139        << "       nblocperfile acqmode memmgr monitor reducpaqsz "<< endl;
    140   cout << "   BaseDirectory (default= /Raid ) for -pci2disk , -eth2disk" << endl;
    141   cout << "   TargetMachines : List of target machines for PCIe2Ethernet (-pci2eth) " << endl;
     136  cout << " o Action = -pci2disk , -pci2eth , -eth2disk \n "
     137       << "   DataCardFile : File name for parameters list (DataCards) : \n"
     138       << "     fibres outpathname skysource paqsize dmasizekb nbfiles \n"
     139       << "     nblocperfile acqmode memmgr monitor reducpaqsz ... "<< endl;
     140  cout << " o BaseDirectory (default= /Raid ) for -pci2disk , -eth2disk" << endl;
     141  cout << " o TargetMachines : List of target machines for PCIe2Ethernet (-pci2eth) " << endl;
    142142  return;
    143143}
Note: See TracChangeset for help on using the changeset viewer.