Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/docs/user-docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Singularity does its best to abstract the complications of running an applicatio
Some usage examples of Singularity can be seen as follows:

```bash
$ singularity exec dummpy.img xterm
$ singularity exec dummy.img xterm
$ singularity exec dummy.img python script.py
$ singularity exec dummy.img python < /path/to/python/script.py
$ cat /path/to/python/script.py | singularity exec dummy.img python
Expand Down