Skip to content

Commit c64553d

Browse files
committed
changed CLI in epsiode 6
1 parent b8f8035 commit c64553d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_episodes/06-debugging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the recipe:
3232

3333
~~~bash
3434
cd esmvaltool_tutorial
35-
esmvaltool -c user-config.yml recipe_example.yml
35+
esmvaltool run --config_file user-config.yml recipe_example.yml
3636
~~~
3737

3838
~~~
@@ -202,7 +202,7 @@ Also, we change the ``projects`` value ``ukesm`` to ``tutorial``:
202202
203203
Then, we save the file and run the recipe:
204204
~~~bash
205-
esmvaltool -c user-config.yml recipe_example.yml
205+
esmvaltool run --config_file user-config.yml recipe_example.yml
206206
~~~
207207
208208
~~~
@@ -282,7 +282,7 @@ let's see if we can change the script path as:
282282
```
283283
284284
~~~bash
285-
esmvaltool -c user-config.yml recipe_example.yml
285+
esmvaltool run --config_file user-config.yml recipe_example.yml
286286
~~~
287287
288288
~~~
@@ -304,7 +304,7 @@ recipe:
304304
```
305305
306306
~~~bash
307-
esmvaltool -c user-config.yml recipe_example.yml
307+
esmvaltool run --config_file user-config.yml recipe_example.yml
308308
~~~
309309
310310
> ## Available recipe and diagnostic scripts

0 commit comments

Comments
 (0)