We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8781049 commit aa31595Copy full SHA for aa31595
1 file changed
pages/docs/user-docs/user-guide.md
@@ -113,7 +113,7 @@ Singularity does its best to abstract the complications of running an applicatio
113
Some usage examples of Singularity can be seen as follows:
114
115
```bash
116
-$ singularity exec dummpy.img xterm
+$ singularity exec dummy.img xterm
117
$ singularity exec dummy.img python script.py
118
$ singularity exec dummy.img python < /path/to/python/script.py
119
$ cat /path/to/python/script.py | singularity exec dummy.img python
0 commit comments