Merge pull request #55581 from deliciouslytyped/patch-1

Document undocumented argument to makeWrapper()
This commit is contained in:
Eelco Dolstra
2019-02-11 22:43:23 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ assertExecutable() {
}
# construct an executable file that wraps the actual executable
# makeWrapper EXECUTABLE ARGS
# makeWrapper EXECUTABLE OUT_PATH ARGS
# ARGS:
# --argv0 NAME : set name of executed process to NAME