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): |
41 |
|
Example: |
42 |
|
crab -create -submit 1 |
43 |
|
""" |
44 |
< |
print |
44 |
> |
print usa_string |
45 |
|
sys.exit(2) |
46 |
|
|
47 |
|
########################################################################### |
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 |
|
|