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
commit c7811781be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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