]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update the Help method
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jan 2007 13:05:47 +0000 (13:05 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jan 2007 13:05:47 +0000 (13:05 +0000)
ANALYSIS/AliAnalysisGoodies.cxx

index 01ed80382e3af0dddfa15739c0291e0ad9ee5942..7cf2cb68f43748f12a0e998e313caa952966aff5 100644 (file)
@@ -62,8 +62,8 @@ AliAnalysisGoodies::AliAnalysisGoodies() :
 void AliAnalysisGoodies::Help() const  
 {
   AliInfo("Analysis utilities:\n") ; 
-  printf("                ***  Copy  : copy files ESD files listed in an xml collection from AliEn catalog to local storage and creates a local xml collection  \n") ; 
-  printf("                                        usage: Copy(in, out)\n") ; 
+  printf("                ***  Alien2Local  : copy files ESD files listed in an xml collection from AliEn catalog to local storage and creates a local xml collection  \n") ; 
+  printf("                                        usage: Alien2Local(in, out)\n") ; 
   printf("                                                in: a xml esd collection file name    \n") ;  
   printf("                                                ou: the local directory where to save the esd root files   \n") ;  
   printf("                ***  Make  : makes esd collection from tags  \n") ;