We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff38f87 + e62e7ac commit 44aee23Copy full SHA for 44aee23
benchexec/containerexecutor.py
@@ -54,7 +54,7 @@ def add_basic_container_args(argument_parser):
54
"--no-tmpfs",
55
dest="tmpfs",
56
action="store_false",
57
- help="Store temporary files (e.t., tool output files) on the actual file system"
+ help="Store temporary files (e.g., tool output files) on the actual file system"
58
' instead of a tmpfs ("RAM disk") that is included in the memory limit',
59
)
60
argument_parser.add_argument(
0 commit comments