Changeset 3765 in Sophya for trunk/AddOn


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

Correction 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

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