ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/crab_help.py
(Generate patch)

Comparing COMP/CRAB/python/crab_help.py (file contents):
Revision 1.42 by fanzago, Tue Dec 11 16:20:28 2007 UTC vs.
Revision 1.43 by slacapra, Fri Jan 4 17:30:57 2008 UTC

# Line 13 | Line 13 | import tempfile
13  
14   ###########################################################################
15   def usage():
16 +    print 'in usage()'
17      usa_string = common.prog_name + """ [options]
18  
19   The most useful general options (use '-h' to get complete help):
# Line 40 | Line 41 | The most useful general options (use '-h
41   Example:
42    crab -create -submit 1
43   """
44 <    print
44 >    print usa_string
45      sys.exit(2)
46  
47   ###########################################################################
# Line 415 | Line 416 | To be used together with I<return_data>.
416  
417   =item B<copy_data *>
418  
419 < The output (only the one produced by the executable, not the std-out and err) is copied to a Storage Element of your choice (see below). To be used as an alternative to I<return_data> and recomended in case of large output.
419 > The output (only that produced by the executable, not the std-out and err) is copied to a Storage Element of your choice (see below). To be used as an alternative to I<return_data> and recomended in case of large output.
420  
421   =item B<storage_element>
422  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines