Skip to content
Snippets Groups Projects
Commit d218cae9 authored by Fabio Hernandez's avatar Fabio Hernandez
Browse files

Update documentation to be consistent with examples

parent 03f8929b
No related branches found
No related tags found
No related merge requests found
......@@ -70,11 +70,11 @@ The command [`arcsub`](https://www.nordugrid.org/arc/arc6/users/client_tools.htm
File `arc-env.xrsl` contains the description of a job which executes `/usr/bin/env` and store its results in file `stdout`:
```bash
$ cat arc-env.xrsl
$ cat arc-env.xrsl
&( executable = "/usr/bin/env" )
( jobname = "arc-env-flash" )
( queue = "flash" )
( stdout = "stdout" )
( queue = "flash" )
( join = "yes" )
( gmlog = "gmlog" )
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment