Skip to content

Commit b162697

Browse files
authored
Revise the --environment usage with the default EDF search path. (#207)
There was a misunderstanding from my side when I wrote this documentation. This PR fixes this misunderstanding. --------- Co-authored-by: Gwangmu Lee <gwangmu.lee@cscs.ch>
1 parent a8e758a commit b162697

File tree

1 file changed

+1
-1
lines changed
  • docs/software/container-engine

1 file changed

+1
-1
lines changed

docs/software/container-engine/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are three ways to do so:
1515
$ srun --environment=./.edf/ubuntu.toml echo "Hello" # from ${HOME}.
1616
```
1717

18-
3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. `--environment` also accepts the EDF filename without the `.toml` extension:
18+
3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. Notice that in this way, `--environment` accepts the EDF filename **without** the `.toml` extension.
1919

2020
```console
2121
$ srun --environment=ubuntu echo "Hello"

0 commit comments

Comments
 (0)