Changeset 3767 in Sophya for trunk/AddOn


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

Correction-3 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

    r3766 r3767  
    132132void Usage(bool fgshort)
    133133{
    134   cout << " Usage: mfacq Action DataCardFile [BaseDirectory / TargetMachines] \n" << endl;
     134  cout << " Usage: mfacq Action DataCardFile [BaseDirectory / TargetMachines]" << endl;
    135135  if (fgshort) return;
    136136  cout << " o Action = -pci2disk , -pci2eth , -eth2disk \n "
     
    139139       << "     nblocperfile acqmode memmgr monitor reducpaqsz ... "<< endl;
    140140  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;
    142142  return;
    143143}
Note: See TracChangeset for help on using the changeset viewer.