Skip to content

Commit 44aee23

Browse files
Merge pull request #1150 from sosy-lab/Po-Chun-Chien-patch-1
Fix a small typo
2 parents ff38f87 + e62e7ac commit 44aee23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchexec/containerexecutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def add_basic_container_args(argument_parser):
5454
"--no-tmpfs",
5555
dest="tmpfs",
5656
action="store_false",
57-
help="Store temporary files (e.t., tool output files) on the actual file system"
57+
help="Store temporary files (e.g., tool output files) on the actual file system"
5858
' instead of a tmpfs ("RAM disk") that is included in the memory limit',
5959
)
6060
argument_parser.add_argument(

0 commit comments

Comments
 (0)